Created
March 7, 2016 21:36
-
-
Save rahilb/bf7a6aa5fcc73bb389eb to your computer and use it in GitHub Desktop.
java opts
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
java -ea \ | |
$SBT_OPTS \ | |
$JAVA_OPTS \ | |
-Djava.net.preferIPv4Stack=true \ | |
-XX:+AggressiveOpts \ | |
-XX:+UseParNewGC \ | |
-XX:+UseConcMarkSweepGC \ | |
-XX:+CMSParallelRemarkEnabled \ | |
-XX:+CMSClassUnloadingEnabled \ | |
-XX:ReservedCodeCacheSize=128m \ | |
-XX:MaxPermSize=1024m \ | |
-XX:SurvivorRatio=128 \ | |
-XX:MaxTenuringThreshold=0 \ | |
-Xss8M \ | |
-Xms512M \ | |
-Xmx2G \ | |
-server \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment