Created
November 4, 2015 15:55
-
-
Save eimfach/5bc66446da17ff3a59d2 to your computer and use it in GitHub Desktop.
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
-server | |
-Xms1024m | |
-Xmx8192m | |
-XX:MaxPermSize=2048m | |
-XX:ReservedCodeCacheSize=2048m | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-Djsse.enableSNIExtension=false | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment