> Hi,
> 
> I'm running Tomcat on linux. From the moment I start up Tomcat, I see 51
> processes and these processes takes up 142 MB of memory. Is this normal ?
> 
> greetz, Christoph
> 


Those are native threads and not processes, as such you cannot add
the memory required by each togehter, the total memory is the
memory that any ONE of them says, this is just a confusing
thing about the way ps on linux displays threads.

You can easily tell that they are threads (if you don't know) because
the memory for each of them is shown exactly the same, unlike
your httpd proceses which are not threads and the memory for each
instance is different.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to