Skip to content

Instantly share code, notes, and snippets.

@daniilyar
Created February 28, 2015 20:53
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 daniilyar/371c1a8abdaf98933211 to your computer and use it in GitHub Desktop.
Save daniilyar/371c1a8abdaf98933211 to your computer and use it in GitHub Desktop.
eclipse.ini template for Scala developemnt
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:PermSize=256m
-XX:MaxPermSize=1g
-Xms512m
-Xmx2g
-Xss2m
-XX:MaxGCPauseMillis=10
-XX:+ScavengeBeforeFullGC
-XX:-UseParallelOldGC
-XX:+HeapDumpOnOutOfMemoryError
-XX:+CMSClassUnloadingEnabled
-Dosgi.requiredJavaVersion=1.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment