Top "Permgen" questions

In the Java Virtual Machine, the permanent generation (or permgen) is used for class definitions and associated metadata.

Tomcat on production server, PermGen and redeploys

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 redeploy
Locating code that is filling PermGen with dead Groovy code

We have had our glassfish instance go down every two weeks for a while with a java.lang.OutOfMemoryError: PermGen …

java memory-leaks profiling permgen jmap
What free JVM implementation has the best PermGen handling?

I'm running Tomcat6 in Sun's JRE6 and every couple deploys I get OutOfMemoryException: PermGen. I've done the Googling of PermGen …

java jvm permgen
Is permgen included in -Xmx?

When I say -Xmx=1024m, does this include permgen i.e -XX:MaxPermSize= is taken from these 1024m or it …

java permgen