Project Details

Our thoughts and ramblings about business and such. We like to share valuable information with the world.

java

Java PermGen Memory Leak when Redeploying a Web Application

April 29, 2010 in Development, Java By Chris | Comments

As I suspect may typically be the case, it started with java.lang.OutOfMemoryError: PermGen space after restarting/redeploying one of my web applications several times. It ended with my moving application libraries from the deployed web application library folder to the web server’s…