Top "Permgen" questions

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

Dealing with "java.lang.OutOfMemoryError: PermGen space" error

Recently I ran into this error in my web application: java.lang.OutOfMemoryError: PermGen space It's a typical Hibernate/JPA + …

exception memory-leaks out-of-memory java-6 permgen
-XX:MaxPermSize with or without -XX:PermSize

We've run into a Java.lang.OutOfMemoryError: PermGen space error and looking at the tomcat JVM params, other than the …

java jvm jvm-hotspot permgen
"java.lang.OutOfMemoryError: PermGen space" in Maven build

I'm getting this error while building Maven project, I increased MAVEN_OPTS but all the same, I found some similar …

java maven out-of-memory permgen
How do I properly set the permgen size?

I have this VM with tomcat, java, and grails in it. I've been getting permgen errors so I looked around …

java tomcat grails jvm permgen
PermGen elimination in JDK 8

I have installed JDK 8 and trying to run Eclipse. I am getting following warning message: Java HotSpot(TM) 64-Bit Server …

java java-8 jvm permgen
What does PermGen actually stand for?

I know what PermGen is, what it's used for, why it fails, how to increase it etc. What I don't …

java permgen
Increase permgen space

I am working with tomcat 6.0, and while I am indexing (not while i am starting tomcat), I have a permgen …

java tomcat tomcat6 permgen
How to clear PermGen space Error in tomcat

I am working in a Windows Environment, and I am getting this error every time I am working with tomcat- …

java tomcat permgen
what to do with tomcat PermGen space

BACKGROUND: I have a web Project which uses JSP. The IDE is Eclipse. The configuration of tomcat is: Automatically publish …

java tomcat permgen
java.lang.OutOfMemoryError: PermGen space

i'm getting the following error "http-9000-5" java.lang.OutOfMemoryError: PermGen space org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.…

java tomcat6 permgen