[Zope-Coders] BTrees memory leak?

Jeremy Hylton jeremy@zope.com
Mon, 29 Oct 2001 15:52:36 -0500 (EST)


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:

[do a checkout]
cd StandaloneZODB
python setup.py build
python test.py -L BTree

On Linux, it reports on memory usage each time through the loop.

Jeremy