Top "Permgen" questions

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

Significance of PermGen Space

What is the significance of PermGen space in java?

java memory-management jvm permgen
Grails PermGem error

I need help with this problem. I need someone to explain to me why is this happening and how to …

grails permgen
PermGen space issue with Glassfish/Hibernate

I'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 permgen
java.lang.OutOfMemoryError: PermGen space error with Jetty

I am currently getting an java.lang.OutOfMemoryError: PermGen space. I am using Jetty and Linux Ubuntu. I have tried …

java web-services jetty permgen
How do I programmatically find out my PermGen space usage?

I'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 permgen
Do I have a JAXB classloader leak

I have an application deployed on Glassfish. Over time the number of loaded classes climbs into the millions and my …

java memory-leaks classloader permgen
java.lang.OutOfMemoryError: PermGen space on web app usage

I am struggling with an outOfMemory PermGen issue that has been showing up recently. One of the log snippets that …

java jsf memory-leaks icefaces permgen
How do I discover what is in the permanent generation

Given 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-generation
Java server cpu usage at 100% after two days continous running with about 110 users

I have a tomcat 6.0.20, apr 1.2, jdk 1.6.0_15 with mysql 5.1.38 running on a rhel box with 4 GB ram. There is one simple …

java tomcat struts toplink permgen
How to analyze PermGen space?

Possible Duplicate: How to analyze PermGen contents? I want to know what is occupying the PermGen space - string intern() …

java jvm permgen