Skip to content

Instantly share code, notes, and snippets.

@velizarn
Last active January 9, 2017 13:26
Show Gist options
  • Save velizarn/7d8dcce53f9bc7d6bd53c1c8ade8cf1f to your computer and use it in GitHub Desktop.
Save velizarn/7d8dcce53f9bc7d6bd53c1c8ade8cf1f to your computer and use it in GitHub Desktop.
Eclipse INI configuration
-cssTheme
none
-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
-vm
C:/Program Files/Java/jdk1.8.0_60/bin/javaw.exe
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417
-product
org.eclipse.epp.package.committers.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showlocation
-showsplash
org.eclipse.platform
--launcher.appendVmargs
-vmargs
-server
-Duser.country=US
-Duser.language=en
-Dfile.encoding=UTF8
-Xverify:none
-XX:+UseParallelGC
-XX:+DisableExplicitGC
-XX:+AggressiveOpts
-XX:+UseFastAccessorMethods
-XX:+UseCompressedOops
-XX:+UseCodeCacheFlushing
-XX:+DoEscapeAnalysis
-XX:CompileThreshold=100
-XX:-DontCompileHugeMethods
-XX:MaxPermSize=512m
-XX:MaxMetaspaceSize=512m
-Declipse.p2.MD5Check=false
-Declipse.p2.unsignedPolicy=allow
-Declipse.log.size.max=100
-Declipse.log.backup.max=5
-Djava.awt.headless=true
-Djava.awt.nativeDoubleBuffering=true
-Duse.bundle.cache=false
-Dstudio.rubleUserLocation=C:/Users/.../common_rubles/
-Dosgi.requiredJavaVersion=1.8
-Xms512m
-Xmx2048m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment