JVM优化,缩短Eclipse启动时间

进入eclipse目录,修改eclipse.init

-server
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms256m
-Xmx512m
-Xmn40m
-Xss2m
-XX:PermSize=128m
-XX:MaxPermSize=256m
-XX:+UseParallelGC
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Xverify:none
-Dosgi.classloader.lock=classname

posted @ 2013-04-09 12:28  vincent_hv  阅读(248)  评论(0编辑  收藏  举报