Eclipse 运行性能优化

Eclipse 运行性能优化

    -Xms 和 -Xmx 可以根据自己电脑性能配置调节 

-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xverify:none
-Xms1024m
-Xmx1024m
-Xmn512m
-XX:PermSize=512m
-XX:MaxPermSize=512m
-XX:+DisableExplicitGC
-Xnoclassgc
-XX:+UseParNewGC
-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=85


你可能感兴趣的:(Eclipse 运行性能优化)