Possible Duplicate:
Dealing with “java.lang.OutOfMemoryError: PermGen space” error
In Catalina.out log, I am getting the below mentioned exception. Application is too slow. java.lang.OutOfMemoryError:PermGen space
What I need to do?
Possible Duplicate:
Dealing with “java.lang.OutOfMemoryError: PermGen space” error
In Catalina.out log, I am getting the below mentioned exception. Application is too slow. java.lang.OutOfMemoryError:PermGen space
What I need to do?
Try increasing the heap size.
Maybe this:
export CATALINA_OPTS="-Xms1024m -Xmx2048m"
and then use VisualVM to track memory usage:
http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/intro.html