In the Java Virtual Machine, the permanent generation (or permgen) is used for class definitions and associated metadata.
It looks like MemoryError: PermGen space java.lang.OutOfMemoryError: PermGen space is a common problem. You can Increase the size …
java tomcat out-of-memory permgen redeployWe have had our glassfish instance go down every two weeks for a while with a java.lang.OutOfMemoryError: PermGen …
java memory-leaks profiling permgen jmapI'm running Tomcat6 in Sun's JRE6 and every couple deploys I get OutOfMemoryException: PermGen. I've done the Googling of PermGen …
java jvm permgenWhen I say -Xmx=1024m, does this include permgen i.e -XX:MaxPermSize= is taken from these 1024m or it …
java permgen