Created
April 29, 2011 14:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do not use G1GC for multi-core machines