In the Java Virtual Machine, the permanent generation (or permgen) is used for class definitions and associated metadata.
I was trying to understand the memory structure of HotSpot JVM and got confused with the two terms "Method Area" …
java memory-management jvm jvm-hotspot permgenI have a perm gen memory leak, that I know. Profiling using jvisualvm shows that when doing hot deployment (e.…
java garbage-collection permgenI wanted to take the dump of the Permgen of a application server. I do not want to use -XX:+…
jvm profiling permgenI constantly detect OOM in PermGen for my environment: java 6 jboss-4.2.3 Not a big web-application I know about String.intern() …
java jboss out-of-memory permgenFirst time app starts correctly. Then I delete webapp/*.war file and paste new version of *.war. Jetty start deploying …
memory-leaks jetty out-of-memory permgen jvm-argumentsI am building a Maven Java app on a Jenkins build server. I am running into java.lang.OutOfMemoryError: PermGen …
java maven jenkins maven-jetty-plugin permgenI have a J2EE application with some interesting behavior ... the heap seems to behave well, growing and shrinking with …
memory-leaks java-8 classloader permgen metaspaceI have deployed Jboss 6.1 on Solaris and it was working fine. Then I did some FTP and Telnet and direct …
java jboss6.x permgen solaris-10