Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

Sunday, September 18, 2011

How to deal with "java.lang.OutOfMemoryError: PermGen space" error | Stack Overflow

How to deal with "java.lang.OutOfMemoryError: PermGen space" error - Stack Overflow
Recently I ran into this error in my web application:
java.lang.OutOfMemoryError: PermGen space
It's a typical Hibernate/JPA + IceFaces/JSF application running on Tomcat 6 and JDK 1.6.
Apparently this can occur after redeploying an application a few times.

No comments:

Post a Comment