RE: Re: heap size in tomcat 5.0

2005-09-25 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of matador Subject: Re: heap size in tomcat 5.0 i assume that if you run it as a windows service then the JAVA_OPTS are still picked up from there? No, they're in the registry. Use the tomcat5w.exe program in the bin directory to set

Re: heap size in tomcat 5.0

2005-09-24 Thread Leon Rosenberg
bin\catalina.bat actually in all versions of tomcat :-) regards Leon On 9/24/05, matador [EMAIL PROTECTED] wrote: win2k server tomcat 5.0.x how to set heap size (min max)? i know how to do it in tomcat 5.5, but wasnt sure which script controlled the JAVA_OPTS in 5.0 thx

Re: heap size in tomcat 5.0

2005-09-24 Thread matador
Leon Rosenberg [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: bin\catalina.bat actually in all versions of tomcat :-) regards Leon cool thanks. i assume that if you run it as a windows service then the JAVA_OPTS are still picked up from there? well i dont think that if you

heap size in tomcat 5.0

2005-09-23 Thread matador
win2k server tomcat 5.0.x how to set heap size (min max)? i know how to do it in tomcat 5.5, but wasnt sure which script controlled the JAVA_OPTS in 5.0 thx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Increasing heap size in Tomcat

2004-09-28 Thread Srinivasarao Salla
Hi All, We are using Tomcat 3.2.1 version. We want to Increase the Heap Size. Can anyone suggest way of how to do this. Thanks in advance Regards, Sri. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Increasing heap size in Tomcat

2004-09-28 Thread QM
On Tue, Sep 28, 2004 at 03:36:51AM -0700, Srinivasarao Salla wrote: : We are using Tomcat 3.2.1 version. We want to Increase the Heap : Size. : Can anyone suggest way of how to do this. Find some way to pass the -Xmx flag to the Java commandline. In v4.x and 5.x, you set the

RE: Increasing heap size in Tomcat

2004-09-28 Thread Srinivasarao Salla
. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 6:19 PM To: Tomcat Users List Subject: Re: Increasing heap size in Tomcat On Tue, Sep 28, 2004 at 03:36:51AM -0700, Srinivasarao Salla wrote: : We are using Tomcat 3.2.1 version. We want

RE: Increasing heap size in Tomcat

2004-09-28 Thread Shapira, Yoav
, 2004 9:16 AM To: 'Tomcat Users List' Subject: RE: Increasing heap size in Tomcat Hi, In tomcat 3.2.1 also we have a start script called tomcat.bat. I think in this script we set the JAVA_OPTS. But I am not knowing how to set the parameter and where to set it. If you any Idea

Heap Size for Tomcat

2002-05-16 Thread Jacob Hookom
Hello All, I was wondering where I can modify the initial heap size settings for tomcat to use. Or more primarily, where the command line is that tomcat uses to initialize its VM. Thanks, Jake Hookom --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

Re: Heap Size for Tomcat

2002-05-16 Thread TMotte
: Subject: Heap Size for Tomcat 05/16/2002 01:57

Re: Heap Size for Tomcat

2002-05-16 Thread Phillip Morelock
Users List' [EMAIL PROTECTED] du cc: Subject: Heap Size for Tomcat 05/16/2002 01:57 PM Please respond to Tomcat Users

Re: Heap Size for Tomcat

2002-05-16 Thread TMotte
: Subject: Re: Heap Size for Tomcat 05/16/2002 06:19 PM Please respond

Re: Heap Size for Tomcat

2002-05-16 Thread Wagner Danda
: Subject: Heap Size for Tomcat 05/16/2002 01:57 PM Please respond to Tomcat Users List Hello All, I was wondering where I can modify the initial heap size

Re: Heap Size for Tomcat

2002-05-16 Thread Phillip Morelock
Phillip Morelock subscriptions@phillipmo To: Tomcat Users List [EMAIL PROTECTED] relock.com cc: Subject: Re: Heap Size for Tomcat 05/16

RE: Heap Size for Tomcat

2002-05-16 Thread Jacob Hookom
Subject: Re: Heap Size for Tomcat i actually sent an email regarding this to the list about two weeks ago. I believe you are correct -- but I have found (only anecdotally) that the shutdown one doesn't have a negative impact, because on my platform at least (linux) -- even though the Virtual size

Re: Heap Size for Tomcat

2002-05-16 Thread Phillip Morelock
PROTECTED]] Sent: Thursday, May 16, 2002 6:46 PM To: Tomcat Users List Subject: Re: Heap Size for Tomcat i actually sent an email regarding this to the list about two weeks ago. I believe you are correct -- but I have found (only anecdotally) that the shutdown one doesn't have a negative impact

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-19 Thread Tõnu Põld
]; tomcat-user Subject: Ever increasing heap size with Tomcat 3.2.3 !!! Hello, Before my manager insists that we switch to JRun, can any of the Tomcat developers help with a problem of an ever increasing heap size of the Tomcat java.exe. ?? (We are running Tomcat 3.2.3 and JRE1.3.1

AW: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-19 Thread Ralph Einfeldt
:33 An: 'Tomcat Users List' Betreff: RE: Ever increasing heap size with Tomcat 3.2.3 !!! Hi We have a similar problem with IBM JDK 1.3.0 (JIT enabled). I suggest to debug the garbage collector (gc) by turning on the -verbosegc command option. The garbage collecting activity

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Randy Layman
-Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:34 PM To: [EMAIL PROTECTED]; tomcat-user Subject: Ever increasing heap size with Tomcat 3.2.3 !!! Are there known issues with Tomcat and heap size?? No. Doing

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread John Freeborg
To: Tomcat Users List Subject: RE: Ever increasing heap size with Tomcat 3.2.3 !!! -Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:34 PM To: [EMAIL PROTECTED]; tomcat-user Subject: Ever increasing heap size with Tomcat

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Hawkins, Keith (Keith)
heap size with Tomcat 3.2.3 !!! Which JVM are you using? On Windows 2K w/ SP2 I found that the Sun JDK 1.3.1 server hotspot JVM crashed and burned running Tomcat 4.0.1 this way within 24 hours easily. A few others emailed me about it also. Switching to the Sun JDK 1.3.1 client hotspot JVM magically

Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Hawkins, Keith (Keith)
Hello, Before my manager insists that we switch to JRun, can any of the Tomcat developers help with a problem of an ever increasing heap size of the Tomcat java.exe. ?? (We are running Tomcat 3.2.3 and JRE1.3.1. and the IIS redirector) We are running a load test using LoadRunner scripts

Re: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Jeff Kilbride
. Thanks, --jeff - Original Message - From: Hawkins, Keith (Keith) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 10:09 AM Subject: RE: Ever increasing heap size with Tomcat 3.2.3 !!! John, Thanks for the reply. How do I tell whether I am

Setting max Heap size in Tomcat

2001-03-15 Thread Bhalchandra Patil
Hi, I am facing out of memory problem after continuous access of the tomcat. I want to set the maximum heap size that can be used by TOMCAT. what do i need to do for changing the max heap size? regards, Bhala

Re: Setting max Heap size in Tomcat

2001-03-15 Thread Gavin_Panella
Tomcat is a Java application like any other so you can change the max heap size the same as you would for anything else. For the Sun JDK 1.3 (and probably 1.2) all you have to do is run it like: java -Xmx128M some.class.to.Run Just replace the "128M" with the maximum heap size. Type

Re: Setting max Heap size in Tomcat

2001-03-15 Thread Bhalchandra Patil
garbage collected. Do i need to do anything specific for enabling the garbage collector in tomcat environment? regards, Bhala - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 6:36 PM Subject: Re: Setting max Heap size in Tomcat Tomcat