nested exception is java.lang.OutOfMemoryError: PermGen space

The reason: with lasting memory overflow.

Methods: catalina.sh's start adding this configuration, increase the size of the lasting band.

JAVA_OPTS="XX:PermSize=64M-XX:MaxPermSize=128m“ 

ps .

jstat -gc pid 1000 command to view jvm parameters and status.

Guess you like

Origin www.cnblogs.com/goblinn/p/11468886.html