Skip to content

Instantly share code, notes, and snippets.

@zarkosusnjar
Created March 4, 2011 14:48
Show Gist options
  • Save zarkosusnjar/854704 to your computer and use it in GitHub Desktop.
Save zarkosusnjar/854704 to your computer and use it in GitHub Desktop.
Eclipse Helios ini file on 64bit Ubuntu 10.10 Linux
-data
/var/www
-showlocation
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
-vm
/usr/lib/jvm/java-6-sun/jre/lib/amd64/server/libjvm.so
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Declipse.p2.unsignedPolicy=allow
-Xms128m
-Xmx768m
-Xss4m
-XX:PermSize=128m
-XX:MaxPermSize=384m
-XX:CompileThreshold=5
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+CMSIncrementalPacing
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+UseFastAccessorMethods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment