Re: Memory leak? (issues.apache.org)

2006-05-10 Thread Jeff Turner
Hi, On Thu, May 04, 2006 at 11:10:20AM +0200, Remy Maucherat wrote: > Jeff Turner wrote: > > 1 May: 93 Objects (126Mb) > > 2 May: 107 Objects (263Mb) > > 3 May: 492 Objects (486MB) > > BodyContentImpls are pooled and reused since it makes JSP processing >

Re: Memory leak? (issues.apache.org)

2006-05-05 Thread Jeff Turner
On Fri, May 05, 2006 at 06:07:26PM +0200, Rainer Jung wrote: > ... and I definitely want to choose the size of one chunk not to small, > e.g. one of the will be able to grow until 64KB, so that usually you > will only need one of them. Only for jumbo pages we will start gluing > them together...

Re: Memory leak? (issues.apache.org)

2006-05-05 Thread Jeff Turner
On Thu, May 04, 2006 at 11:10:20AM +0200, Remy Maucherat wrote: > Jeff Turner wrote: > > 1 May: 93 Objects (126Mb) > > 2 May: 107 Objects (263Mb) > > 3 May: 492 Objects (486MB) > > BodyContentImpls are pooled and reused since it makes JSP processing > significan

Memory leak? (issues.apache.org)

2006-05-04 Thread Jeff Turner
Hi, For the last few months, issues.apache.org/jira has been running out of memory about once a week. We've finally got it running in a profiler, and are seeing most of the memory (eg. 486 of 572Mb) used up by char[] buffers in BodyContentImpl. Here is a sample GC Root -> Object trace: char[1677

Re: "Critical poller failure" when using tcnative

2006-04-10 Thread Jeff Turner
On Sun, Apr 09, 2006 at 04:27:31PM +0200, Remy Maucherat wrote: > Jeff Turner wrote: > >> The error 3 is actually TCN_EINTR - APR_OS_START_USERERR, so > >> it looks like you actually *did not* patch the AprEndpoint, > >> or didn't copy the .jars. > > >

Re: "Critical poller failure" when using tcnative

2006-04-09 Thread Jeff Turner
On Sun, Apr 09, 2006 at 08:47:22AM +0200, Mladen Turk wrote: > Jeff Turner wrote: > > On Sat, Apr 08, 2006 at 06:56:06PM +0200, Remy Maucherat wrote: > >> Jeff Turner wrote: > >>> We experienced this before on the old issues.apache.org box, but Remy > >>>

Re: "Critical poller failure" when using tcnative

2006-04-08 Thread Jeff Turner
On Sat, Apr 08, 2006 at 06:56:06PM +0200, Remy Maucherat wrote: > Jeff Turner wrote: > > We experienced this before on the old issues.apache.org box, but Remy > > said he fixed it (and it is fixed on that box): > > Yes, it was a specificity of the Itanium platform which got

"Critical poller failure" when using tcnative

2006-04-08 Thread Jeff Turner
Hi, I'm trying to set the new issues.apache.org box up with Tomcat 5.5.16 + tomcat-native-1.1.2 + httpd 2.2.0. When requests come in, I'm seeing these errors for almost every request in the logs: Apr 8, 2006 3:28:47 PM org.apache.tomcat.util.net.AprEndpoint$Poller run SEVERE: Critical poller fai