Java Memory Leaks (Tomcat forum at Coderanch) (original) (raw)

posted 17 years ago

How to fix the"java.lang.OutOfMemoryError: PermGen space" exception

The Problem:

- This Problem was happening when you deployed the application many times
- Running your application server for long time
- Load and unload your applications

I don't have Temporary fix for this problem but i found some permanent fix:
http://www.reviewservers.com/index.php?page/jvm

posted 17 years ago

this is the cause of memory leakage

the application you talking is live or not?

how many days/time it takes you to get this error after deploying the application

read this

web page
[ January 28, 2008: Message edited by: subodh gupta ]