On Mon, Sep 09, 2002 at 02:41:33PM -0600, Brad Nicholes wrote: > Has anybody else noticed a memory leak when requesting pages less > than 8k? If I repeatedly request pages less than 8k I have noticed > that
Yeah, my recent commit to core_output_filter seems to have fixed this for me. We removed the EOS buckets from the brigade, but we never deleted them. In order to be cleaned up with the pool, they have to be in a brigade. An orphan bucket won't be freed. -- justin