Re: Memory Mgmt Tomcat

2003-01-24 Thread Will Hartung
Several replies... From: Mike Bachrynowski [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 7:02 AM Subject: RE: Memory Mgmt Tomcat We run high volume, load balanced and multiple web, servlet, application and database servers on physically different machines. One of the problem areas

Memory Mgmt Tomcat

2003-01-23 Thread Rommel Sharma
Hi! I think the answer give to Nate should help, but just in case some one knows how to do performance tuning of Tomcat when heavy objects are being used, for effective 'memory management' then please put some light on the topic. Thanks, Rommel. -Original Message- From: Shapira, Yoav

RE: Memory Mgmt Tomcat

2003-01-23 Thread Shapira, Yoav
, January 23, 2003 9:11 AM To: Tomcat Users List Subject: Memory Mgmt Tomcat Hi! I think the answer give to Nate should help, but just in case some one knows how to do performance tuning of Tomcat when heavy objects are being used, for effective 'memory management' then please put some light

RE: Memory Mgmt Tomcat

2003-01-23 Thread Rommel Sharma
Thanks! Thats the lead I was looking for... -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 7:37 PM To: Tomcat Users List Subject: RE: Memory Mgmt Tomcat Howdy, The reason no one answered your original question is because it's kind

RE: Memory Mgmt Tomcat

2003-01-23 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:20 AM To: Tomcat Users List Subject: RE: Memory Mgmt Tomcat Thanks! Thats the lead I was looking for... -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 7:37 PM To: Tomcat Users

RE: Memory Mgmt Tomcat

2003-01-23 Thread Hari Venkatesan
- From: Rommel Sharma [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:20 AM To: Tomcat Users List Subject: RE: Memory Mgmt Tomcat Thanks! Thats the lead I was looking for... -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 7:37

RE: Memory Mgmt Tomcat

2003-01-23 Thread Rommel Sharma
-15 seconds. For the DBCP you set this using the parameter maxWait. Thanks, Rommel. -Original Message- From: Hari Venkatesan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 8:00 PM To: Tomcat Users List Subject: RE: Memory Mgmt Tomcat Shapira, I don't think the question

RE: Memory Mgmt Tomcat

2003-01-23 Thread Hari Venkatesan
- From: Rommel Sharma [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 9:48 AM To: Tomcat Users List Subject: RE: Memory Mgmt Tomcat Hi! Well I am also getting the same out of memory errors, FI: I am using Oracle database. I found some info that talks about setting time-out

RE: Memory Mgmt Tomcat

2003-01-23 Thread Mike Bachrynowski
timeout has expired). Opinions ?!? Mike -Original Message- From: Hari Venkatesan [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 14:30 To: Tomcat Users List Subject: RE: Memory Mgmt Tomcat Shapira, I don't think the question is ridiculous. There are a lot of people out there who

RE: Memory Mgmt Tomcat

2003-01-23 Thread Shapira, Yoav
Howdy, A few things. First, you original question: To collect data on how long garbage collection is taking add the -verbose:gc argument to your CATALINA_OPTS environment variable when starting Tomcat.When verbose gc is enabled your $CATALINA_BASE/logs/catalina.out log file will include data for

RE: Memory Mgmt Tomcat

2003-01-23 Thread Hari Venkatesan
]] Sent: Thursday, January 23, 2003 10:24 AM To: Tomcat Users List Subject: RE: Memory Mgmt Tomcat Howdy, A few things. First, you original question: To collect data on how long garbage collection is taking add the -verbose:gc argument to your CATALINA_OPTS environment variable when starting