[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Many Java process

david.wade do-not-reply at jboss.com
Tue Oct 16 04:20:20 EDT 2007


Having all those threads running while over the top for the number of users you have, does not really consume much memory and is not worth reducing.

It does sound like on your system that each thread is being shown as a separate process (linux makes little distinction between them).  The memory being used by Jboss is not a sum of the memory displayed by each of those threads as each of those threads are in the same process space.

If the above is true, the memory usage is shown by just one of your ps lines.

It would be easier to verify the above if you posted the results of

ps -eLf | grep java

Those options supplied to ps will list out all the threads.  The third column is the parent process id.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095510#4095510

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095510



More information about the jboss-user mailing list