Skip to content

Instantly share code, notes, and snippets.

@geowarin
Last active June 14, 2018 17:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save geowarin/4562291 to your computer and use it in GitHub Desktop.
Save geowarin/4562291 to your computer and use it in GitHub Desktop.
My eclipse.ini JVM settings.
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Declipse.p2.unsignedPolicy=allow
-Xss4m
-XX:PermSize=128m
-XX:MaxPermSize=384m
# Number of method invocations/branches before compiling
#-XX:CompileThreshold=5
-XX:CompileThreshold=1500
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+CMSIncrementalPacing
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+UseFastAccessorMethods
# Java 7
; -Xincgc
; -XX:DontCompileHugeMethods
; -XX:MaxInlineSize=1024
; -XX:FreqInlineSize=1024
-Xms1G
-Xmx4G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment