| support-rkalla wrote: |
| Have you tried giving Eclipse more memory? Try adding:
-vmargs -Xms128m -Xmx256m to the command line or shortcut used to launch Eclipse. Eclipse 3.0 requires about 2x as much memory as Eclipse 2.1 and too boot ME is a collection of over 100 plugins installed ontop of that... that entire recipe == lots of memory. I think more people are noticing it with ME 3.8 GA because the new editors provide a lot more functionality but also require more resources to run. |
| Quote: |
| How about you setup these parameters in myeclipse shortcut automaticaly when installing the program? |
| Quote: |
| Just to clarify...if I download 3.8.1 I will not have this problem? |
| Code: |
|
C:\Java\eclipse-3.0\eclipse.exe -vmargs -Xms32m -Xmx200m -Xss32m |
| Code: |
|
"C:\Program Files\eclipse-3.0\eclipse.exe" -vmargs -Xms32m -Xmx200m -Xss32m |