[ZODB-Dev] Memory leaks?

Chris Withers chrisw@nipltd.com
Mon, 01 Oct 2001 21:01:55 +0100


Hi,

Has anyone observed memory leaks  when packing via ZEO client (with wait=1)?

I'm still struggling to index 30,000 documents from a ZEO client into a
FileStorage despite chucking in a:

get_transaction().commit()
app._p_jar.cacheMinimize(3)

...every 600 documents

and a:

app._p_jar.db()._storage.pack(time(),referencesf, wait=1)

...every 5000.

Basically, the process (ZSS) chews through a gig of ram and then the machine
grinds to a halt.

has anyone got any ideas what would alleviate this?

How about a different storage? if so, which one?

cheers,

Chris