Created
September 20, 2014 17:13
-
-
Save kentoj/a711d88b896bfd35d4a8 to your computer and use it in GitHub Desktop.
STS.ini settings for better performance
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
-vmargs | |
-Dosgi.requiredJavaVersion=1.6 | |
-Xmn128m | |
-Xss4m | |
-XX:+UnlockExperimentalVMOptions | |
-XX:+UseG1GC | |
-XX:+AgressiveOpts | |
-XX:+UseConcMarkSweepGC | |
-XX:PermSize=64M | |
-Xms768m | |
-Xmx1280m | |
-XX:MaxPermSize=712m | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:CompileThreshold=200 | |
-XX:+UseCompressedOops | |
-Xverify:none | |
-XX:+UseBiasedLocking | |
-XX:+UseFastAccessorMethods | |
-XstartOnFirstThread | |
-Dorg.eclipse.swt.internal.carbon.smallFonts | |
-Xdock:icon=../Resources/sts.icns | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment