On Thu, 17 May 2001, Noels Jeroen wrote:

> hi, 
> 
> We are running JBoss-tomcat on a linux 2.4.2-2 server (Red Hat 7.1) and this
> seems to work fine. When I look at processes using the GNOME System monitor,
> however, I observe almost 60 different java processes, using almost 1.5
> gigabytes of memory, which worries me. Is this normal????????? Is there
> anything wrong with my Java Runtime Environment or Jboss  configuration???
> (we are using JDK 1.3.0_02, with a variable LD_ASSUME_KERNEL=2.2.5
> exported).

This is a Linux feature (I'd say bug, but that's me). What you see in the
process list are the individual threads created by JBoss. Threads in Linux
show up as separate entries in the process list. The resources are shared
between all threads so you can't add up the sizes of all entries.


-----------------------------------------------------------------------
Per Lewau ([EMAIL PROTECTED]) 

"Why waste time learning, when ignorance is instantaneous?"
                                                - Hobbes


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to