Releasing memory on undeploy

2005-03-18 Thread Simon Kitching
Hi, I'm one of the committers on commons-logging and am currently looking into memory-leak issues with j2ee/servlet-engine stuff when undeploying apps that use commons-logging. I see the following page in the tomcat FAQ states that classloaders cannot be garbage-collected in tomcat:

Re: Releasing memory on undeploy

2005-03-18 Thread Chris Hyzer
currently looking into memory-leak issues with j2ee/servlet-engine We have about a dozen apps on 2 tomcats that have 800MB each in linux (5.0.25), and they are not huge apps, but after a few manager reloads the tomcat is out of memory. Is this related? You said undeploy, but maybe reloading

Re: Releasing memory on undeploy

2005-03-18 Thread Simon Kitching
On Fri, 2005-03-18 at 18:48 -0800, Chris Hyzer wrote: currently looking into memory-leak issues with j2ee/servlet-engine We have about a dozen apps on 2 tomcats that have 800MB each in linux (5.0.25), and they are not huge apps, but after a few manager reloads the tomcat is out of