In the Java Virtual Machine, the permanent generation (or permgen) is used for class definitions and associated metadata.
Is there away to take a thread dump from Tomcat. I want to monitor the running threads on Tomcat at …
java tomcat permgen thread-dumpI've read all kind of solutions for this. A link in a comment in Dealing with “java.lang.OutOfMemoryError: PermGen …
maven out-of-memory permgenIt is mentioned at multiple posts: improper use of ThreadLocal causes Memory Leak. I am struggling to understand how Memory …
java multithreading memory-leaks thread-local permgenHow do I increase the memory used by my Weblogic (Java). While starting the server from eclipse it shows a …
java weblogic permgen weblogic12cWhat would be the purpose of limiting the size of the Permgen space on a Java JVM? Why not always …
java heap heap-memory permgenI want to get a dump of the PermGen to see why it is filling. Is there a way to …
java permgen