Skip to content

Instantly share code, notes, and snippets.

@mussatto
Created August 21, 2013 14:11
Show Gist options
  • Save mussatto/6294965 to your computer and use it in GitHub Desktop.
Save mussatto/6294965 to your computer and use it in GitHub Desktop.
eclipse vm options
-vm
/home/mussatto/dev/jdk1.7.0_25/bin/java
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1280m
-Djava.library.path=/usr/lib/jni/
-XX:PermSize=128m
-XX:MaxPermSize=384m
-XX:CompileThreshold=5
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+CMSIncrementalPacing
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+UseFastAccessorMethods
-Dcom.sun.management.jmxremote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment