Re: Tomcat 6 and Permgen increase with redeployments

2007-10-02 Thread Diego Rodríguez Martín
Hi, There is a leak in commons pool in version 6 that prevents WebappClassLoader from being garbage collected http://www.mail-archive.com/users@tomcat.apache.org/msg29820.html Anyway, you may be encountering memory leaks of you own, and nothing can replace memory profiling to find y

Re: Tomcat 6 and Permgen increase with redeployments

2007-10-01 Thread Mark Thomas
wild_oscar wrote: > Can anyone pinpoint the probable cause, solution or way to tackle this > problem? Increasing the size of the Permgen only postpones the problem: at > the end of a workday it'll be full, after a dozen redeployments... Get a profiler. I use YourKit. Mark --