Re: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Assaf
Hi Kamala, Try http://jakarta.apache.org/tomcat/faq/memory.html Usually it is the -X settings you need to play with. Assaf --- Vadlamudi, Kamala [EMAIL PROTECTED] wrote: When starting tomcat it is running Out of Memory. There were three Hosts in server.xml file pointing to same

RE: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Vadlamudi, Kamala
. I vaguely remember some one at work noticing this problem on linix boxes running tomcat. Appreciate your thoughts on this matter. Thanks Kamala -Original Message- From: Assaf [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 10:38 AM To: Tomcat Users List Subject: Re: Tomcat

RE: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Phillip Qin
] Sent: September 23, 2005 10:57 AM To: Tomcat Users List Subject: RE: Tomcat Out of Memory - Host appBase related Hi Assaf Thanks for the mail. I used the site you sent me to Check the following - The ram on my system is 128MB. - The out of memory problem is showing up way before system

RE: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Assaf
-Original Message- From: Assaf [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 10:38 AM To: Tomcat Users List Subject: Re: Tomcat Out of Memory - Host appBase related Hi Kamala, Try http://jakarta.apache.org/tomcat/faq/memory.html Usually it is the -X settings you

RE: Tomcat Out Of Memory

2004-08-10 Thread Nandish Rudra
Hi, Chances are your app is not releasing memory properly. You can fine tune the jvm size, or use a java profiler to find where the memory leak is and fix the problem. I recommend JProbe if you wish to use a profiler. Nandish Rudra ECI Conference Call Services, LLC -Original Message-

Re: TOMCAT OUT OF MEMORY - HELP

2004-07-20 Thread Marco
Well ... I red the archives and I set the java options to -Xms512m and -Xmx1536m but the problem persists I use j2sdk1.4.2_02 Shapira, Yoav wrote: Hi, Search the archives, read the FAQ... Yoav Shapira Millennium Research Informatics -Original Message- From: Marco [mailto:[EMAIL

Re: TOMCAT OUT OF MEMORY - HELP

2004-07-20 Thread saugata ghosh
Keep an eye on windows taskManager - performance - mem usage and compare the green indicator before and after tomcat is started. If it reaches maximum then you need indeed more memory. Otherwise some settings problem -Saugata --- Marco [EMAIL PROTECTED] wrote: Well ... I red the archives and I

RE: TOMCAT OUT OF MEMORY - HELP

2004-07-20 Thread STOCKHOLM, Raymond
= Runtime.getRuntime().maxMemory(); % TOTAL MEMORY=%= totalMemory % FREE MEMORY =%= freeMemory % MAX MEMORY =%= maxMemory % /BODY /HTML -Message d'origine- De : Marco [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 08:11 À : Tomcat Users List Objet : Re: TOMCAT OUT OF MEMORY - HELP

RE: TOMCAT OUT OF MEMORY - HELP

2004-07-19 Thread Shapira, Yoav
Hi, Search the archives, read the FAQ... Yoav Shapira Millennium Research Informatics -Original Message- From: Marco [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 1:07 PM To: Tomcat Users List Subject: TOMCAT OUT OF MEMORY - HELP Hi We installed Tomcat 4.1.27 on our server

RE: Tomcat Out of memory

2003-01-23 Thread Daniel Brown
]] Sent: 22 January 2003 21:58 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat Out of memory We are using 1.4.0_01, this shouldn't suffer from any of the documented issues that 1.3.1 had. Really my question just pertains to the proper method of passing jvm startup parameters when

RE: Tomcat Out of memory

2003-01-23 Thread Reynir Hübner
Nate, to increase the memory for your tomcat-running as service in NT / win2k/winXP you must re-install the service. You probably have noticed that the service does not start the catalina.bat file but the tomcat.exe. You can uninstall the current service and install again by using tomcat.exe

Re: Tomcat Out of memory

2003-01-23 Thread Nate
You guys are awesome. Thanks. - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 3:37 AM Subject: RE: Tomcat Out of memory Nate, to increase the memory for your tomcat-running as service in NT / win2k

RE: Tomcat Out of memory

2003-01-22 Thread Claudio Pracilio
Hi There, We have had problems with our JVM running out-of-memory on Linux with Suns JDK 1.3.1. This was resolved by not using the -server option. Not sure what the JVM does differently internally, but using the default -client option had resolved our problems. Regards, Claudio

Re: Tomcat Out of memory

2003-01-22 Thread Nate
' [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 3:30 PM Subject: RE: Tomcat Out of memory Hi There, We have had problems with our JVM running out-of-memory on Linux with Suns JDK 1.3.1. This was resolved by not using the -server option. Not sure what the JVM does differently internally

RE: Tomcat Out of memory

2003-01-22 Thread Brandon Cruz
-Original Message- From: Nate [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:46 PM To: Tomcat Users List Subject: Re: Tomcat Out of memory Thanks for the info, but I think our problem is more related to allocating the amount of memory we need than the -server option. Also

Re: Tomcat Out of memory

2003-01-22 Thread David Kavanagh
- From: Claudio Pracilio [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 3:30 PM Subject: RE: Tomcat Out of memory Hi There, We have had problems with our JVM running out-of-memory on Linux with Suns JDK 1.3.1. This was resolved by not using

Re: Tomcat Out of memory

2003-01-22 Thread Nate
Cruz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 4:08 PM Subject: RE: Tomcat Out of memory we have the exact same configuration JDK 1.3.1, Tomcat 4.x, Linux. We also have 512 allocated, but run out of memory just over 200 MB. I think JDK 1.3.1

RE: Tomcat Out of memory

2003-01-22 Thread Hari Venkatesan
:58 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat Out of memory We are using 1.4.0_01, this shouldn't suffer from any of the documented issues that 1.3.1 had. Really my question just pertains to the proper method of passing jvm startup parameters when tomcat is configured to run

Re: Tomcat Out of memory

2003-01-22 Thread Igor I. Tovstopyat-Nelip
[EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 4:08 PM Subject: RE: Tomcat Out of memory we have the exact same configuration JDK 1.3.1, Tomcat 4.x, Linux. We also have 512 allocated, but run out of memory just over 200 MB. I think JDK 1.3.1 from sun has a memory leak (according