-
-
Save adeubank/2d62afa274a36d16b02000a4b9205fd6 to your computer and use it in GitHub Desktop.
Java 8 Intellij 64 JVM Options
This file contains 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
-server | |
-Xms2g | |
-Xmx2g | |
-Xss16m | |
-XX:+UseConcMarkSweepGC | |
-XX:+CMSParallelRemarkEnabled | |
-XX:ConcGCThreads=4 | |
-XX:ReservedCodeCacheSize=128m | |
-XX:+AlwaysPreTouch | |
-XX:+TieredCompilation | |
-XX:+UseCompressedOops | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-ea | |
-Dawt.useSystemAAFontSettings=lcd | |
-Dawt.java2d.opengl=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment