Skip to content

Instantly share code, notes, and snippets.

@bandicoot86
Created June 5, 2015 13:17
Show Gist options
  • Save bandicoot86/98239db5fe34740ec423 to your computer and use it in GitHub Desktop.
Save bandicoot86/98239db5fe34740ec423 to your computer and use it in GitHub Desktop.
setenv.sh to tomcat/bin to set java arguments
export JAVA_OPTS="-Dfile.encoding=UTF-8 -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment