20 Nov
2001
20 Nov
'01
8:38 p.m.
-----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.