Last active
January 23, 2019 16:47
-
-
Save ifnazar/cbbdcb7b802ff5cbc843ff9a816740d7 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
export CATALINA_OPTS="$CATALINA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" | |
export JAVA_TOOL_OPTIONS="-Xss1280k -Xmx4g" | |
export ANT_OPTS="-Xmx4g -XX:MaxPermSize=1g" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment