Skip to content

Instantly share code, notes, and snippets.

@fanf
Created October 13, 2014 16:57
Show Gist options
  • Save fanf/6c1c46876b8bfe0fdc5f to your computer and use it in GitHub Desktop.
Save fanf/6c1c46876b8bfe0fdc5f to your computer and use it in GitHub Desktop.
Eclipse 4.3 config for Scala so that it's not toooooo long
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-server
-d64
-Xss4m
-XX:+TieredCompilation
-XX:+UseCompressedOops
-XX:ReservedCodeCacheSize=256m
-XX:+UseNUMA
-XX:+UseParallelGC
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=384m
-Xms2g
-Xmx2g
-Xverify:none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment