http://ubuntuforums.org/showthread.php?t=201378
besonders der teil erscheint mir interessant und hat mein lahmes eclipse (ich hab schon überlegt mehr speicher zu kaufen) in ein rennpferd verwandelt.
ZitatAlles anzeigenLastly, if you have lots of memory you may want to increase the heap size (warning: If you make the heap size too large then parts of eclipse will continuously swap in and out.).
The settings can be altered by editing the eclipse.ini file. For dapper users:
Code:sudo -b gedit /usr/share/eclipse/eclipse.ini
For feisty users:
Code:sudo -b gedit /usr/lib/eclipse/eclipse.ini
The argument Xms refers to the minimum heap size and Xmx refers to the maximum heap size.
For more on tuning the Eclipse JVM heap size, you can refer to this IBM article.http://www7b.boulder.ibm.com/wsdd/library/t…rle/searle.html
That's it.
ich nehm mal an, dass das für windows analog funktioniert. (eclipse.ini editieren und heap size einstellen)