[Zope-Coders] BTrees memory leak?

Chris Withers chrisw@nipltd.com
Mon, 29 Oct 2001 23:37:49 +0000


Jeremy Hylton wrote:
> 
> If I run the BTrees test cases in a loop, they appear to leak ~18MB
> per run.  This should be repeatable from a StandaloneZODB build:

What storage is this backed on to?

You know what fun I've been having with BTrees and FileStorage, I'm now trying
BerkleyStorage and the memory usage doesn't seem to be a problem anymore (now
I'm just running out of locks all the time ;-)

maybe the BTrees are excercising a bug in FileStorage?

cheers,

Chris