记录优化 Eclipse||MyEclipse ini配置


-clean
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256m
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms1024m
-Xmx3072m
-XX:+UseParallelGC



参考博客:

eclipse配置文件eclipse.ini参数解释 

http://geeksun.iteye.com/blog/784689 

Xms Xmx PermSize MaxPermSize 区别

http://www.cnblogs.com/mingforyou/archive/2012/03/03/2378143.html

你可能感兴趣的:(Java)