[Zope] Zope leaking memory?
Dieter Maurer
dieter at handshake.de
Sun Sep 12 13:17:39 EDT 2004
Dennis Allison wrote at 2004-9-11 22:33 -0700:
> ... Memory Leak ...
>Clearly there is a
>problem. Any hints as to where to track down the problem?
I often succeed by carefully looking at the reference counts
in "Control_Panel --> Debug information".
You need to flush the ZODB cache to get most useful reference count
information. After such a flush almost all reference counts should
be small. The one that are not a part of a leak.
--
Dieter
More information about the Zope
mailing list