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 that are reloaded or newly
deployed. From time to time, we have to restart Tomcat 5.5 to get
everything clean as we run lots of webapps (50-100) in a single Tomcat
instance.
David
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]