Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created April 29, 2011 14:48
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 fredgrott/948408 to your computer and use it in GitHub Desktop.
Save fredgrott/948408 to your computer and use it in GitHub Desktop.
eclipse settings in ini file for Java7-AMD-2cpus-2.6 GHZ-MS windows
-vm C:/Oracle/Java/jdk1.7.0ea/bin
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110321-2120.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110321
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-server
-Dosgi.requiredJavaVersion=1.7
-Xmn100m
-Xss1m
-XgcPrio:deterministic
-XpauseTarget:20
-XX:PermSize=400M
-XX:MaxPermSize=500M
-XX:CompileThreshold=10
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+UnlockExperimentalVMOptions
-XX:+DoEscapeAnalysis
-XX:+UseG1GC
-Xms512m
-Xmx512m
@fredgrott
Copy link
Author

Do not use G1GC for multi-core machines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment