Tomcat 5.5 OutOfMemoryError (PermGen space)

2007-12-12 Thread hezjing
Hi I'm developing a web application using Tomcat 5.5.25 and Spring 2.0.7. During the development, I frequently use Ant to create WAR, undeploy and deploy the application to Tomcat. Then simply pressed F5 to refresh IE to reload the application. After some times, my Tomcat will stop responding

RE: Tomcat 5.5 OutOfMemoryError (PermGen space)

2007-12-12 Thread Caldarale, Charles R
From: hezjing [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 OutOfMemoryError (PermGen space) After some times, my Tomcat will stop responding and the stdout log says OutOfMemoryError! Check the FAQ: http://wiki.apache.org/tomcat/FAQ/Memory Especially this link from the above: http

Re: Tomcat 5.5 OutOfMemoryError (PermGen space)

2007-12-12 Thread David Wall
After some times, my Tomcat will stop responding and the stdout log says OutOfMemoryError! You could try increasing the perm space with the Java option: -XX:MaxPermSize=256m Obviously, you can choose any value you want. We've seen the same problem on systems that have lots of webapps

Re: Tomcat 5.5 OutOfMemoryError (PermGen space)

2007-12-12 Thread Tim
I have the same problem. I use Eclipse 3.3 and tomcat 5.5.25. Eclipse is set to Build Automatically. When I modified the code within Eclipse, it will recompile and reload the tomcat context and the memory problem occurs here every time. I put tomcat context/ in

Re: Tomcat 5.5 OutOfMemoryError (PermGen space)

2007-12-12 Thread Tim
Sometime Eclipse also crashes on OutOfMemoryError (PermGen space), regardless of my using memory collecting tool. On Dec 13, 2007 2:25 PM, Tim [EMAIL PROTECTED] wrote: I have the same problem. I use Eclipse 3.3 and tomcat 5.5.25. Eclipse is set to Build Automatically. When I modified the code