In the Java Virtual Machine, the permanent generation (or permgen) is used for class definitions and associated metadata.
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 permgenWe've run into a Java.lang.OutOfMemoryError: PermGen space error and looking at the tomcat JVM params, other than the …
java jvm jvm-hotspot permgenI'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 permgenI know what PermGen is, what it's used for, why it fails, how to increase it etc. What I don't …
java permgenI am working in a Windows Environment, and I am getting this error every time I am working with tomcat- …
java tomcat permgenBACKGROUND: I have a web Project which uses JSP. The IDE is Eclipse. The configuration of tomcat is: Automatically publish …
java tomcat permgeni'm getting the following error "http-9000-5" java.lang.OutOfMemoryError: PermGen space org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.…
java tomcat6 permgen