Re: Memory Leaks ... (was: Re: JBoss and MyFaces ....)

2010-11-04 Thread Jakob Korherr
Hi guys, Thanks for the links! Actually I used both of them while working on the memory leak problem. The tomcat wiki entry is a great resource and the Eclipse Memory Analyzer is a neat tool (if you know how to use it, for which you need some tutorials at first). Regards, Jakob 2010/10/28 Mike

Memory Leaks ... (was: Re: JBoss and MyFaces ....)

2010-10-28 Thread Matthias Wessendorf
Oh, the tomcat folks have a good write on this topic: http://wiki.apache.org/tomcat/MemoryLeakProtection On Thu, Oct 28, 2010 at 10:33 AM, Matthias Wessendorf mat...@apache.org wrote: In Tomcat I also see this, using 2.0.2: points to StartupFacesContextImpl and to RuntimeConfig as well

Re: Memory Leaks ... (was: Re: JBoss and MyFaces ....)

2010-10-28 Thread Mike Kienenberger
I started reading the link you posted and ended up here: This also talks about classloader memory leaks in general, how to identify them using the Eclipse Memory Analyzer (can also be run as a standalone app), and how to determine what needs to be done to fix them.