You can increase Eclipse performance on a 1GB+ computer using this JVM (Java Virtual Machine) settings. You must add them in eclipse.ini file after -vmargs parameter:
-Xms512mDetailed information about them can be found here :)
-Xmx512m
-XX:PermSize=256m
-XX:MaxPermSize=256m
-Xverify:none
-XX:+UseConcMarkSweepGC
-XX:+CMSClassUnloadingEnabled
No comments:
Post a Comment