论坛首页 Java企业应用论坛

优化JVM参数提高eclipse运行速度

浏览 94872 次
该帖已经被评为精华帖
作者 正文
   发表时间:2011-09-01  
按lz说的试了一遍,速度的确快了不少,下面是依次修改参数后项目启动的时间戳
1、原始参数:23.105
2、将-Xms改为512m:13.055
3、修改PermSize和MaxPermSize:13.019
4、修改-Xmn128m:12.517
5、修改-XX:+DisableExplicitGC:11.608
6、参数微调后:10.656
最后我的参数是:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms512m
-Xmx512m
-XX:PermSize=96m
-XX:MaxPermSize=96m
-Xmn168m
-XX:+DisableExplicitGC
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics