Created
August 8, 2014 02:31
-
-
Save alex-sherwin/b561e3986e8ea98c1c13 to your computer and use it in GitHub Desktop.
idea.vmoptions OS X
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
-Xms64m | |
-Xmx512m | |
-XX:ReservedCodeCacheSize=128m | |
-XX:+UseCompressedOops | |
-XX:+UnlockExperimentalVMOptions | |
-XX:+UseConcMarkSweepGC | |
-XX:+AggressiveOpts | |
-XX:+UseAdaptiveGCBoundary | |
-XX:+UseSplitVerifier | |
-XX:CompileThreshold=10000 | |
-XX:+OptimizeStringConcat | |
-XX:+UseStringCache | |
-XX:+UseFastAccessorMethods | |
-XX:ParallelGCThreads=8 | |
-XX:+UseParNewGC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meant for OS X using JDK 1.8