11/04/2009

Adjust Eclipse java heap size

Enlarge the java heap size to improve the performance of Eclipse.
Edit the file eclipse.ini under the folder of Eclipse.

Modify:

-XX:PermSize=256M
-XX:MaxPermSize=256M

to:

-XX:PermSize=256M
-XX:MaxPermSize=512M

沒有留言: