[ZODB-Dev] memory or cache leak?

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


Jeremy Hylton wrote:
> 
>     - Commented out the Catalog-related stuff; it's not part of
>       StandaloneZODB and didn't appear to be used by the app.

Oops. I'd always assumed it was the indexing code in my example that was causing
all the problems :-S
Maybe there's something else leaking?

> If I change the arguments to cacheMinimize() and cacheFullSweep() from
> 0 to 4, the memory usage seems to be capped at 37MB.  The cache size
> still seems to grow frequently, but it occasionally goes down.

*sigh* I wish my problem behaved similarly :-S

cheers,

Chris