Skip to content

Instantly share code, notes, and snippets.

@juanfezero
Created September 6, 2016 14:44
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 juanfezero/6bb5813c45af6180960e19d235291c91 to your computer and use it in GitHub Desktop.
Save juanfezero/6bb5813c45af6180960e19d235291c91 to your computer and use it in GitHub Desktop.
Eclipse best .ini configuration
-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417
-product
org.springsource.sts.ide
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-vm
C:\Program Files\Java\jdk1.8.0_92\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms40m
-XX:MaxPermSize=256m
-Xverify:none
-Dorg.eclipse.swt.browser.IEVersion=10001
-Xmx1200m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment