possible memory leak tomcat 6?

2010-02-27 Thread Sander de Boer
Hi, My tomcat server gives often a out of mem. When dumping the heap I found much instances of these objects: Class InstanceCount TotalSize class org.apache.tomcat.util.buf.ByteChunk 439493 20656171 class org.apache.tomcat.util.buf.CharChunk 432383 16862937 class org.apache.tomcat.util.buf.Messa

Re: possible memory leak tomcat 6?

2010-02-28 Thread Pid
On 27/02/2010 20:26, Sander de Boer wrote: Hi, My tomcat server gives often a out of mem. When dumping the heap I found much instances of these objects: Class InstanceCount TotalSize class org.apache.tomcat.util.buf.ByteChunk 439493 20656171 class org.apache.tomcat.util.buf.CharChunk 432383 168

Re: possible memory leak tomcat 6?

2010-02-28 Thread Mark Thomas
On 27/02/2010 20:26, Sander de Boer wrote: Hi, My tomcat server gives often a out of mem. When dumping the heap I found much instances of these objects: Class InstanceCount TotalSize class org.apache.tomcat.util.buf.ByteChunk 439493 20656171 class org.apache.tomcat.util.buf.CharChunk 432383 168

Re: possible memory leak tomcat 6?

2010-03-01 Thread Peter Crowther
On 27 February 2010 20:26, Sander de Boer wrote: > Hi, > > My tomcat server gives often a out of mem. > When dumping the heap I found much instances of these objects: > > Class InstanceCount TotalSize > class org.apache.tomcat.util.buf.ByteChunk 439493 20656171 > class org.apache.tomcat.util.buf.C