Created
April 29, 2016 06:54
-
-
Save diablowu/d3f353ca6a5502a9652d5d7e9a447222 to your computer and use it in GitHub Desktop.
catalina.sh
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
export JAVA_OPTS="-Xmx1g -Xms1g -XX:MetaspaceSize=128M -XX:MaxMetaspaceSize=256M $JAVA_OPTS" | |
export JAVA_OPTS="-XX:+AggressiveOpts -XX:+UseBiasedLocking $JAVA_OPTS" | |
export JAVA_OPTS="-XX:+UseConcMarkSweepGC -XX:+UseParNewGC $JAVA_OPTS" | |
export JAVA_OPTS="-XX:+UseFastAccessorMethods -XX:+CMSParallelRemarkEnabled $JAVA_OPTS" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment