In the Java Virtual Machine, the permanent generation (or permgen) is used for class definitions and associated metadata.
What is the significance of PermGen space in java?
java memory-management jvm permgenI need help with this problem. I need someone to explain to me why is this happening and how to …
grails permgenI'm running a GWT+Hibernate app on Glassfish 3.1. After a few hours, I run out of Permgen space. This is …
java memory-leaks classloader glassfish-3 permgenI am currently getting an java.lang.OutOfMemoryError: PermGen space. I am using Jetty and Linux Ubuntu. I have tried …
java web-services jetty permgenI'm trying to diagnose a java.lang.OutOfMemoryError: PermGen Space error when running on Sun's Hotspot JVM, and would like …
java memory-leaks jvm-hotspot permgenI have an application deployed on Glassfish. Over time the number of loaded classes climbs into the millions and my …
java memory-leaks classloader permgenI am struggling with an outOfMemory PermGen issue that has been showing up recently. One of the log snippets that …
java jsf memory-leaks icefaces permgenGiven a heapdump or a running VM, how do I discover what the contents of the permanent generation is ? I …
java memory garbage-collection permgen permanent-generationPossible Duplicate: How to analyze PermGen contents? I want to know what is occupying the PermGen space - string intern() …
java jvm permgen