Skip to content

Instantly share code, notes, and snippets.

@P7h
Last active December 10, 2015 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save P7h/4392224 to your computer and use it in GitHub Desktop.
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.
-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