Re: Tomcat maximum heap size on Linux

2004-01-08 Thread Daniel Williams
:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:37 PM To: Tomcat Users List Subject: Tomcat maximum heap size on Linux I wanted to increase Tomcat's maximum heap size. I did it by putting the following string in the catalina.sh file (I'm running RedHat Linux): CATALINA_OPTS

RE: Tomcat maximum heap size on Linux

2004-01-08 Thread Shapira, Yoav
-Original Message- From: Daniel Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:04 PM To: Tomcat Users List Subject: Re: Tomcat maximum heap size on Linux It's not a system roof, we use around 200Mb on average and under high load we use around 700Mb with maximum heap set

RE: Tomcat maximum heap size on Linux

2004-01-08 Thread Shapira, Yoav
Subject: RE: Tomcat maximum heap size on Linux I expect to use it a few hundred Megabytes. It was quickly increasing in my eyes and stopped on 150Mb. Looks like its the system roof. Could it be so? Howdy, If it doesn't need more than 150MB, it won't use more than 150MB... Are you

Tomcat maximum heap size on Linux

2004-01-07 Thread Mindaugas Genutis
I wanted to increase Tomcat's maximum heap size. I did it by putting the following string in the catalina.sh file (I'm running RedHat Linux): CATALINA_OPTS=-Djava.awt.headless=true -Xmx1024m So, Tomcat can use 1Gb of my RAM. However, I'm observing Tomcat's usage with top under Linux and it

RE: Tomcat maximum heap size on Linux

2004-01-07 Thread Shapira, Yoav
Genutis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:37 PM To: Tomcat Users List Subject: Tomcat maximum heap size on Linux I wanted to increase Tomcat's maximum heap size. I did it by putting the following string in the catalina.sh file (I'm running RedHat Linux): CATALINA_OPTS

RE: Tomcat maximum heap size on Linux

2004-01-07 Thread Mindaugas Genutis
actually determine 1GB was required to handle your max expected load? Yoav Shapira Millennium ChemInformatics -Original Message- From: Mindaugas Genutis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:37 PM To: Tomcat Users List Subject: Tomcat maximum heap size

RE: Tomcat maximum heap size on Linux

2004-01-07 Thread Shapira, Yoav
To: Tomcat Users List Subject: RE: Tomcat maximum heap size on Linux I expect to use it a few hundred Megabytes. It was quickly increasing in my eyes and stopped on 150Mb. Looks like its the system roof. Could it be so? Howdy, If it doesn't need more than 150MB, it won't use more than 150MB... Are you

Re: Tomcat maximum heap size on Linux

2004-01-07 Thread John Beamon
for it to stop at 150MB. Yoav Shapira Millennium ChemInformatics -Original Message- From: Mindaugas Genutis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:45 PM To: Tomcat Users List Subject: RE: Tomcat maximum heap size on Linux I expect to use it a few hundred Megabytes