Category: Tomcat

java.lang.OutOfMemoryError: PermGen space
Set Java opts in catalina.bat if you are using Windows or catalina.sh if you are using Linux

JAVA_OPTS="-server -Xms1024m -Xmx1024m -XX:MaxPermSize=256m"

 

Tags:

Tomcat

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.