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

Memory comsuption

2003-12-26 Thread Luis Daniel Alvarez
This is just an example of 52 or 75 java process that always been running What can I do to slow down memory comsuption of my java process. I try solve this changing maxProcessors=75 to maxProcessors=15 and exporting CATALINA_OPTS=-Djava.awt.headless=true -Xmx1024m but nothing change. thanks in advance

RE: Memory comsuption

2003-12-26 Thread George Sexton
Alvarez [mailto:[EMAIL PROTECTED] Sent: Friday, December 26, 2003 12:59 PM To: Tomcat Users List Subject: Memory comsuption Hi list I'm having problem with my memory, as you can see from my top command I get this: Mem: 2323420K av, 2239036K used, 84384K free, 0K shrd, 330720K buff Swap

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