Re: Tomcat process memory growth

2004-07-01 Thread Surendra Kumar
No I am using md_jk to connect to Apache. Any other thoughts on this. -Surendra - Original Message - From: Adrian Barnett [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 8:11 PM Subject: Re: Tomcat process memory growth On Wed, 30 Jun 2004 18

Tomcat process memory growth

2004-06-30 Thread Surendra Kumar
Hi I am using Tomcat 4.1.29 and JDK 1.4.2_04 in my application. The total memory of the process ( VM + Real Memory) keeps on increasing. The heap size of VM is not increasing ( verified by printing the free memory) , but the total memory used by the process increasing.

RE: Tomcat process memory growth

2004-06-30 Thread STOCKHOLM, Raymond
It seems your web application has a memory leak : Use a Profiler to check the memory usage in your application. -Message d'origine- De : Surendra Kumar [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 14:35 À : Tomcat Users List Objet : Tomcat process memory growth Hi I am

Re: Tomcat process memory growth

2004-06-30 Thread Surendra Kumar
PROTECTED] Sent: Wednesday, June 30, 2004 6:09 PM Subject: RE: Tomcat process memory growth It seems your web application has a memory leak : Use a Profiler to check the memory usage in your application. -Message d'origine- De : Surendra Kumar [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30

Re: Tomcat process memory growth

2004-06-30 Thread Adrian Barnett
On Wed, 30 Jun 2004 18:05:01 +0530, Surendra Kumar [EMAIL PROTECTED] wrote: Hi I am using Tomcat 4.1.29 and JDK 1.4.2_04 in my application. The total memory of the process ( VM + Real Memory) keeps on increasing. The heap size of VM is not increasing ( verified by printing the

Re: Tomcat process memory growth

2004-06-30 Thread Pete Stokes
Question regarding tomcat connectors to apache : I've experimented with jk jk2 etc, but always found performance to be degraded noticably when using apache in front of tomcat with connectors, but with tomcat alone it's fine. I've done a reverse proxy from apache to tomcat and that flies, so