eclipse.iniの設定

Tomcatの設定の一部だったが、自宅のクアッドコアPC上のEclipseにも適用してみたら、劇的な効果があった。なにがどう効いたのかは、勉強不足でわからない!JavaVMのこういう系の勉強も一度はやらないとだなあ。

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:/Program Files (x86)/Java/jdk1.7.0_02/bin/javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-javaagent:dropins/MergeDoc/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
-XX:+UseAdaptiveGCBoundary
-XX:+UseParallelGC
-Xverify:none
-XX:MaxPermSize=256m
-Xss2m
-Xmx1024m