Why do I get the feeling there's a big honkin' memory leak somewhere? Any ideas? Data.fs is 65.3MB Zope is using 295MB RAM Zope version: (Zope 2.4.2 (source release, python 2.1, linux2), python 2.1.0, linux2) Python version: 2.1 (#1, May 16 2001, 13:53:30) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-81)] System Platform: linux2 Process ID: 15705 (4101) Running for: 11 days 14 hours 36 min 5 sec Top Refcounts: Acquisition.ImplicitAcquirerWrapper: 35920 Products.PageTemplates.Expressions.PathExpr: 26938 AccessControl.SecurityManager.SecurityManager: 12693 ZPublisher.HTTPRequest.HTTPRequest: 11986 Products.PageTemplates.TALES.SafeMapping: 8978 exceptions.KeyError: 8942 Products.PageTemplates.TALES.Undefined: 8576 Products.PageTemplates.PythonExpr.ExprTypeProxy: 8566 exceptions.AttributeError: 8209 Products.PageTemplates.ZRPythonExpr.PythonExpr: 5412 AccessControl.DTML.TemplateDict: 4686 Products.PageTemplates.TALES.TALESError: 4506 TAL.TALInterpreter.TALInterpreter: 4492 Products.PageTemplates.TALES.Context: 4490 ZPublisher.BaseRequest.RequestContainer: 4116 AccessControl.SecurityManagement.SecurityContext: 4116 ZServer.FCGIServer.FCGIResponse: 4115 ZServer.FCGIServer.FCGIPipe: 4115 ZPublisher.BaseResponse.BaseResponse: 4114 OFS.DTMLMethod.DTMLMethod: 3945 Products.PageTemplates.Expressions.StringExpr: 2136 OFS.Application.Application: 1264 ZODB.POSException.ConflictError: 732 DocumentTemplate.DT_Util.Eval: 559 OFS.Folder.Folder: 415 ExtensionClass: 382 Products.PageTemplates.ZopePageTemplate.ZopePageTemplate: 359 _______________________ Ron Bickers Logic Etc, Inc.
On Tue, 20 Nov 2001, Ron Bickers wrote:
Why do I get the feeling there's a big honkin' memory leak somewhere? Any ideas?
Data.fs is 65.3MB Zope is using 295MB RAM
I'm out of my league here, but I think that each python process appears to be using its own hunk of memory when, in fact, the processes are actually sharing it. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.com W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
-----Original Message----- From: Timothy Wilson [mailto:wilson@visi.com]
Data.fs is 65.3MB Zope is using 295MB RAM
I'm out of my league here, but I think that each python process appears to be using its own hunk of memory when, in fact, the processes are actually sharing it.
Yes. Each thread on Linux has it's own process ID, so each shows the total amount of RAM. However, in this case, 295MB is not a sum total, it's what each one shows. Ouch. _______________________ Ron Bickers Logic Etc, Inc.
Ron Bickers wrote:
Why do I get the feeling there's a big honkin' memory leak somewhere? Any ideas?
I think PageTemplates is yer culprit , Isaw a patch that might fix this go in a few days ago. Ask Evan on zpt@zope.org... cheers, Chris
Data.fs is 65.3MB Zope is using 295MB RAM
Products.PageTemplates.Expressions.PathExpr: 26938 Products.PageTemplates.TALES.SafeMapping: 8978 exceptions.KeyError: 8942 Products.PageTemplates.TALES.Undefined: 8576 Products.PageTemplates.PythonExpr.ExprTypeProxy: 8566 exceptions.AttributeError: 8209 Products.PageTemplates.ZRPythonExpr.PythonExpr: 5412 Products.PageTemplates.TALES.TALESError: 4506
-----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com]
I think PageTemplates is yer culprit , Isaw a patch that might fix this go in a few days ago. Ask Evan on zpt@zope.org...
Ok. I'll look into it. Thanks! _______________________ Ron Bickers Logic Etc, Inc.
participants (5)
-
Chris Withers -
Ron Bickers -
Ron Bickers -
Ron Bickers -
Timothy Wilson