https://issues.apache.org/bugzilla/show_bug.cgi?id=55533
Matt Hauck <mattha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from Matt Hauck <mattha...@gmail.com> --- So, it turns out there were some memory leak issues when stopping the tomcat container. These would appear whenever I called tomcat.stop() or context.reload(). I started to tackle these and, after doing, this problem appears to have gone away. Here were the memory leak issues I had: - log4j 1.2 AsyncAppender which I did not explicitly `close()` - an ExecutorService that I did not `shutdown()` - a ScheduledThreadPoolExecutor that I did not `shutdown()` After fixing these three things, I do not see this issue anymore. Not sure if that helps track down the issue or not... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org