[Zope] Mega memory leak?

Ron Bickers rbickers-dated-1006893501.44633d@logicetc.com
Tue, 20 Nov 2001 15:38:21 -0500


> -----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.