Sep 22
|
If you’re Java process (eg. Tomcat) is running out of PermGen space then you can increase the available space with the following JVM command line option
-XX:MaxPermSize=512m
That would for example increase the amount of PermGen space to 512 MB.