Re: Memory leak with apreq_brigade_fwrite() ?
Joe Schaefer <[email protected]> Tue, 16 Dec 2008 06:10:54 -0800 (PST)
| Newsgroups | gmane.comp.apache.apreq |
|---|---|
| Message-ID | <[email protected]> |
--- On Tue, 12/16/08, Michael Koziarski <[email protected]> wrote: > On Tue, Dec 16, 2008 at 1:53 PM, Joe Schaefer > <[email protected]> wrote: > > The "leak" of a bucket brigade into the pool > shouldn't be > > noticable. The problem with all previous releases is > that > > apreq_brigade_fwrite would leak badly when dealing > with > > spool buckets- the current RC/trunk should fix that > problem. > > yeah, we definitely noticed the leak in in 2.08. With > 2.10RC we're > still seeing a very very minor increase in the memory usage > of our > apache works, but it could well just be white noise that > we're > noticing because of that leak reference in the docs. > > So am I correct in understanding that that bucket is only > 'leaked' in > the sense that it's no longer needed, it's still > cleaned up when the > pool cleans up? That is correct.