RE: [Zope] Memory Leak Debugging

2006-02-28 Thread Dieter Maurer
Jonathan Bowlas wrote at 2006-2-28 13:20 -: > ... >I've also checked Control_Panel/DebugInfo for any refcounts with significant >jumps and Products.Silva.Image.Image seems to be the culprit: >   11.32am  11.36am >Products.Silva.Image.Image    56203  

RE: [Zope] Memory Leak Debugging

2006-02-28 Thread Jonathan Bowlas
Jonathan Bowlas Sent: 15 February 2006 11:49 To: zope@zope.org Subject: RE: [Zope] Memory Leak Debugging Hi All, We're having serious problems with performance running Silva CMS on Zope 2.7.8-final, python 2.3.5, linux2 set up on a machine with 2.5GB RAM. There are currently only about 65 users

Re: [Zope] Memory Leak Debugging

2006-02-15 Thread Andrew Milton
+---[ Jonathan Bowlas ]-- | Hi All, | | We're having serious problems with performance running Silva CMS on Zope | 2.7.8-final, python 2.3.5, linux2 set up on a machine with 2.5GB RAM. There | are currently only about 65 users and around 2000 documents in the CMS but | it s

Re: [Zope] Memory Leak Debugging

2006-02-15 Thread Peter Bengtsson
Hi, I'm NOT an expert and I hope that someone else who is an expert gives you better advise but here's a start... Do you have any recursive loops with lists that doesn't reset the list? Perhaps something like this: def findAllImages(self, placetolook, append2): for o in placetolook.objectValue

RE: [Zope] Memory Leak Debugging

2006-02-15 Thread Jonathan Bowlas
And now in plain text, sorry for the HTML. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Bowlas Sent: 15 February 2006 11:47 To: zope@zope.org Subject: [Zope] Memory Leak Debugging Hi All, We're having serious problems with perfo