Skip to content

Instantly share code, notes, and snippets.

@jonDowdle
Created October 18, 2010 00:19
Show Gist options
  • Select an option

  • Save jonDowdle/631491 to your computer and use it in GitHub Desktop.

Select an option

Save jonDowdle/631491 to your computer and use it in GitHub Desktop.
My current eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.java.product
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx512m
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment