Friday 6 January 2012

Tomcat error: "java.lang.OutOfMemoryError: PermGen space"

Edit $CATALINA_HOME/bin/catalina.sh and add the comments in the beginning:
export CATALINA_OPTS="-XX:MaxPermSize=216m"
Comment: default PermGen size for tomcat is 128MB.

No comments:

Post a Comment