Saturday, March 10, 2012

Eclipse: Speeding Up

Increase the amount of heap memory allocated to Eclipse to speed up execution when developing and debugging large applications.
To allocate 256MB, change the command line to launch Eclipse as follows:

C:\eclipse\eclipse.exe -vmargs -Xmx256M

No comments:

Post a Comment