martes, 15 de julio de 2008

Tomcat: SEVERE: WSSERVLET11: failed to parse runtime descriptor: java.lang.OutOfMemoryError: PermGen space java.lang.OutOfMemoryError: PermGen space

La solución parece ser añadir la siguiente línea al principio de catalina.sh:

JAVA_OPTS="-XX:MaxPermSize=512m"

No hay comentarios: