Kann man bei eclipse irgend ein Kn�pfchen drehen, dass es nicht mehr ganz so hungrig ist? Bei den Bugreports habe ich keinen entsprechenden Eintrag gefunden.
Depending on the JRE that you are running, the number of plug-ins you are using, and the number of files you will be working with, you may have to increase the amount of memory that is available to the Java VM running Eclipse. Eclipse allows you to pass arguments directly to the Java VM using the -vmargs command line argument, which must follow all other Eclipse specific arguments. To increase the available memory, you would typically use:
eclipse -vmargs -Xmx<memory size>
The <memory size> value should typically be at least "128M" (128 megabytes). Usually, "256M" (256 megabytes) is ample. You should not set this value to be larger than the amount of physical memory on your machine.
so steht es in meiner eclipse/readme/readme_eclipse.html Ich denke, das k�nnte Dir weiterhelfen.
Sch�nes Wochenende
Bastian
HTH Robert
--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

