Skip to content

Instantly share code, notes, and snippets.

@hknochi
Created December 17, 2013 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hknochi/8004327 to your computer and use it in GitHub Desktop.
Save hknochi/8004327 to your computer and use it in GitHub Desktop.
Tomcat Settings against OutOfMemory
JAVA_OPTS="-Dfile.encoding=UTF-8 -server -Xms512m -Xmx1024m
-XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m
-XX:MaxPermSize=256m -XX:+DisableExplicitGC"
add to catalina.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment