[Zope] Memory Leak?

Dieter Maurer dieter at handshake.de
Thu Oct 21 15:06:05 EDT 2004


Edward Muller wrote at 2004-10-20 12:02 -0500:
>We have a site that 'eats' memory. Within hours of a restart it consumes
>600+ MB of RAM. It's a busy, but not hugely busy site.
>
>It's running the following:
>Python 2.3.3/Zope 2.7.0/Plone
>It has installed (and uses) several products, including CMFPhoto,
>CMFPhotoAlbum, CMFBoard and others.
>
>Taking a look in the Control Panel and the Debug information I show a a
>lot of the following type of Refcounts:
>DateTime.DateTime.DateTime: 63436
>Acquisition.ImplicitAcquirerWrapper: 42944

You apparently leak acquisition wrappers.
This usally happens when you leak requests.

Please search the mailing list archive.
Someone else has seen similar behaviour.
He finally was able to find the cause (some internationalzation tool)
Maybe, you have the same cause?

-- 
Dieter


More information about the Zope mailing list