Skip to content

Instantly share code, notes, and snippets.

@ifnazar
Last active January 23, 2019 16:47
Show Gist options
  • Save ifnazar/cbbdcb7b802ff5cbc843ff9a816740d7 to your computer and use it in GitHub Desktop.
Save ifnazar/cbbdcb7b802ff5cbc843ff9a816740d7 to your computer and use it in GitHub Desktop.
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