[Zope] Zope process memory leak?

Dieter Maurer dieter@handshake.de
Sun, 5 Aug 2001 21:20:33 +0200 (CEST)


Tom Cameron writes:
 > I have been watching my zope process carefully now for a few weeks and I
 > have noticed that it seems to have a memory leak.
 > 
 > It generally starts off at about 70Mb Ram and then grows up to about 240Mb
 > over about 5 to 10 days. It then forks a new process and starts over again.
You know the "Debug" item under "Control_Panel"?

   It may help you to find out what type of objects leaks.
   This, in turn, may help you to locate the culprit.

Why does you Zope die at 240 MB. Is that the amount of available
virtual memory?

 > I am just curious if this is normal behaviour of have I done something
 > wrong?
Zope probably still contain some memory leaks.

We still use Zope 2.1.6 and there are several known leaks.
Nevertheless, Zope only grows very modestly and could
run for weeks unless we had frequent problems with the
Oracle database...


Dieter