Skip to content

Instantly share code, notes, and snippets.

@jeremychase
Created November 13, 2013 20:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremychase/7456155 to your computer and use it in GitHub Desktop.
Save jeremychase/7456155 to your computer and use it in GitHub Desktop.
JAVA_OPTS=""
JAVA_OPTS="${JAVA_OPTS} -Xms3G"
JAVA_OPTS="${JAVA_OPTS} -Xmx3G"
JAVA_OPTS="${JAVA_OPTS} -Xmn1g"
JAVA_OPTS="${JAVA_OPTS} -XX:ReservedCodeCacheSize=512M"
export JAVA_OPTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment