Re: Memory comsuption

2003-12-27 Thread Philipp Taprogge
Hi! Luis Daniel Alvarez wrote: What about the others 50 or 70 java process with 50M of memory comsuption too? You must understand that the java runtime on linux implements java threads by forking separate processes which if the preferred way on un*xes to do things. What you are seeing with top

RE: Memory comsuption

2003-12-26 Thread George Sexton
I don't understand why you think you have a problem. You have a machine with 2GB of memory installed. 84MB is free RAM, and the OS is using 330MB of ram for cache buffers. Tomcat is using some 50MB of RAM. The machine is clearly not under any kind of memory stress FWIW, the memory options

Re: Memory comsuption

2003-12-26 Thread Luis Daniel Alvarez
What about the others 50 or 70 java process with 50M of memory comsuption too? Daniel Alvarez ISP-InfoCom - Original Message - From: George Sexton [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, December 26, 2003 3:30 PM Subject: RE: Memory comsuption I

RE: Memory comsuption

2003-12-26 Thread George Sexton
They are threads in the same process. You may also want to search the web for linux java ps threads -Original Message- From: Luis Daniel Alvarez [mailto:[EMAIL PROTECTED] Sent: Friday, December 26, 2003 1:42 PM To: Tomcat Users List Subject: Re: Memory comsuption What about

Re: Memory comsuption

2003-12-26 Thread Luis Daniel Alvarez
Thank you so much for your atention Daniel Alvarez ISP-InfoCom - Original Message - From: George Sexton [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, December 26, 2003 4:05 PM Subject: RE: Memory comsuption They are threads in the same process. You may