[ZODB-Dev] Freeing Memory

Chris Withers chrisw@nipltd.com
Mon, 17 Sep 2001 14:01:23 +0100


Steve Alexander wrote:

> For example, if I've been reading items from a BTree to export them to
> an xml file, every so often I do this:
> 
>    get_transaction().commit(1)
>    btree._p_jar.cacheMinimize(3)

Well, cacheMonimize had a negligable effect for me, I guess I'm just using all
those BTrees somehere :-(

How could I go and find out?

cheers,

Chris