Re: [Zope] Memory problems
Tom Deprez writes:
... potential memory leak ... You can use the program "top" to analyse memory usage. This will show you, which process[es] consume memory.
If Zope does it, then you can use "Control Panel->Debugging" to get some hints where the leak may be.
... many Zope processes shown by "ps" (Linux) ... Linux implements threads by processes that share memory and other resources. "ps" is still a bit stupid and does not visualize that they are threads rather than normal (full blown) processes.
Dieter
Dieter wrote:
"ps" is still a bit stupid and does not visualize that they are threads rather than normal (full blown) processes.
ps -axf ? Dimitris http://atlas.central.ntua.gr:8000
Dimitris Andrakakis writes:
Dieter wrote:
"ps" is still a bit stupid and does not visualize that they are threads rather than normal (full blown) processes.
ps -axf ? Thank you!
But it displays the children hierarchy without an indication what children are full blown processes and what are threads. Nevertheless, your message was good for me. I knew, that there is a ps option that shows the children hierarchy, but I did never look at it. It was quite impressive, when I did after I got your response. Dieter
participants (2)
-
Dieter Maurer -
Dimitris Andrakakis