Last active
December 10, 2015 06:08
-
-
Save P7h/4392224 to your computer and use it in GitHub Desktop.
Performance tuning parameters for Eclipse IDE. Add these params in eclipse.ini in Eclipse.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-startup | |
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.v20120522-1813 | |
-vm | |
C:/Warez/Java/JDK7.0_10/jre/bin/server/jvm.dll | |
-showsplash | |
org.eclipse.platform | |
--launcher.XXMaxPermSize | |
256m | |
--launcher.defaultAction | |
openFile | |
-product | |
org.eclipse.epp.package.jee.product | |
--launcher.defaultAction | |
openFile | |
--launcher.XXMaxPermSize | |
256M | |
-vmargs | |
-server | |
-Declipse.p2.unsignedPolicy=allow | |
-Xms1024m | |
-Xmx1024m | |
-Xmn128m | |
-Xss4m | |
-XX:PermSize=256m | |
-XX:MaxPermSize=256m | |
-XX:+UseG1GC | |
-XX:+UseParallelGC | |
-Xverify:none | |
-XX:+UseFastAccessorMethods | |
-Dosgi.requiredJavaVersion=1.5 | |
-Dhelp.lucene.tokenizer=standard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment