[ZODB-Dev] Extenuated memory

Antonio Beamud Montero antonio.beamud at linkend.net
Thu Mar 23 03:26:20 EST 2006


El mié, 22-03-2006 a las 20:55 +0100, Dieter Maurer escribió:
> Antonio Beamud Montero wrote at 2006-3-22 10:56 +0100:
> > ...
> >If I exectue a .minimizeCache(), then the output is:
> >
> >[['request.Request', 504]]
> >
> >But I can't minimize more the cache...
> 
> Looks as if your application keeps references to your "request.Request"
> objects. Check where and get rid of them.

Well, now I can minimize the cache and get the next values (an unclosed
connection fixed):
[['BTrees.OOBTree.OOBTree', 3], ['Persistence.PersistentMapping', 6],
['request.Request', 14],  ['status.Status', 3]]

But my server doesn't free any memory, now it uses 55Mb of resident
size... How I can debug this "references"? 

Thank you.



More information about the ZODB-Dev mailing list