[Zope] Zope 2.7.3 Memory Leaks

Dieter Maurer dieter at handshake.de
Mon Jan 3 13:28:42 EST 2005


Andy Yates wrote at 2005-1-3 09:06 -0600:
> ...
>I've been watching the debug page in the control panel and the refcounts
>fluctuate up and down by small amounts but the trend is always up.  They
>never seem to level off, they always climb.
>
>Is this typical or does this suggest a problem?

Flush the ZODB caches ("Control_Panel --> Database Management -->
<database> --> "Flush cache" --> "minimize").

After that, all reference counts should be small.
If not, you have a leak. The classes with high reference counts
probably will give you glues which objects are leaking...

> ...
>Products.Transience.TransientObject.TransientObject 	4041 	14891
>+10850

It is strange that you have that many session objects...

What is your session limit? What is your session exiration time?

-- 
Dieter


More information about the Zope mailing list