Table of Contents
To avoid OutOfMemoryError errors, tune the JVM by increasing the allocated memory.
Add these lines to the catalina.sh file in the tomcat/bin directory:
JAVA_OPTS=”-Xmx=512m –XX:MaxPermSize=256m”