Skip to content

Instantly share code, notes, and snippets.

@hedefalk
Created February 10, 2011 14:40
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 hedefalk/820620 to your computer and use it in GitHub Desktop.
Save hedefalk/820620 to your computer and use it in GitHub Desktop.
eclipse.ini for Scala
-startup
../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.1.R35x_v20090707
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dosgi.requiredJavaVersion=1.5
-server
-XX:PermSize=256m
-Xss2m
-Xms256m
-Xmx2G
-XX:MaxGCPauseMillis=17
-XX:+DoEscapeAnalysis
-XX:+UseConcMarkSweepGC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment