[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: eclipse frisst meinen swap



B. Venthur schrieb:
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



Reply to: