[ZODB-Dev] memory or cache leak?

Chris Withers chrisw@nipltd.com
Fri, 02 Nov 2001 08:50:39 +0000


Andrew Dalke wrote:
> 
> We are running out of memory with our ZODB runs and I can't
> figure out why.  Attached are two scripts, 'make_db.py' and a
> helper library 'Database.py'.  These are scaled down versions
> of our code, and exhibit similar symptoms.

You're doing exactly the same thing I was, and yes, I can veryify exactly the
same problem. I haven't yet got a satisfactory result either :-(

Jeremy did recently squish a memory leaking bug in BTrees (used in ZCatalog)
which might help you here...

cheers,

Chris