It was basically a bug in my code that I'm not proud of but the point is that I found it with the profiler. It showed me exactly which class continued to absorb memory. It also showed me what memory allocation looked like for the whole JVM.
-----Original Message----- From: Malcolm Warren [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 10:53 AM To: Tomcat Users List Subject: Re: Memory Leak Solution? I'd be very interested to hear how one can allocate memory without it being de-referenced. It's obviously something to avoid. Can you give a bit of detail? Thanks. On Fri, 2 Apr 2004 10:28:22 -0600, John Thompson <[EMAIL PROTECTED]> wrote: > I've been fighting a similar symptom. I downloaded the eval copy of > JProfiler and found the problem pretty quickly. I had some static > classes > that kept allocating memory that never got de-referenced. > > John > > -----Original Message----- > From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 9:50 AM > To: [EMAIL PROTECTED] > Subject: Memory Leak Solution? > > I've searched previous postings for a possible solution regarding the > memory > leak thread that was posted previously but didn't seem to find an answer. > > I'm running TC5 on IIS5 and have noticed that the memory gradually > decreases > to the point where the server needs to be rebooted. > > Does anyone know of a solution for this? > > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
