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.

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to