Re: More sources of Tomcat memory leaks

2010-07-29 Thread Arjen Knibbe
: goners.toArray()) { System.out.println(info + : removed key referring ClassLoader from Map); map.remove(goner); } return false; } Hope you 'll enjoy Arjen -- View this message in context: http://old.nabble.com/More-sources-of-Tomcat-memory-leaks

Re: More sources of Tomcat memory leaks

2010-07-29 Thread Rainer Jung
On 29.07.2010 17:00, Arjen Knibbe wrote: I searched for an upgrading to Tomcat 7 manual in the Tomcat documentation to check if the new JreMemoryLeakPreventionListener is mentioned, but I could not find any guidelines for upgrading... There is some info about major version differences at

Re: More sources of Tomcat memory leaks

2010-07-29 Thread Sylvain Laurent
); map.remove(goner); } return false; } Hope you 'll enjoy Arjen -- View this message in context: http://old.nabble.com/More-sources-of-Tomcat-memory-leaks-tp29264214p29297364.html Sent from the Tomcat - Dev mailing list archive at Nabble.com

Re: More sources of Tomcat memory leaks

2010-07-27 Thread Mark Thomas
On 26/07/2010 09:16, Arjen Knibbe wrote: After being plaged by PermGen space OutOfMemoryErrors I came across an http://java.dzone.com/articles/memory-leak-protection-tomcat interview with Mark Thomas announcing the solution for these kinds of memory leaks. I upgraded Tomcat 6.0.26 on

More sources of Tomcat memory leaks

2010-07-26 Thread Arjen Knibbe
after undeploy. Arjen -- View this message in context: http://old.nabble.com/More-sources-of-Tomcat-memory-leaks-tp29264214p29264214.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail