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: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 free memory) , but the total memory
  used by the process increasing.
 Any ideas on how to fix it ?
 
 Are you using mod_jk2 to connect to Apache?
 If so, try adding the line
 request.registerRequests=false
 to your jk2.properties file.
 
 I was also getting a memory-creep until I set that flag.
 
 
 -- 
 Can you see the fnords yet?
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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.

Any ideas on how to fix it ?

Thanks
Surendra

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat process memory growth

2004-06-30 Thread Surendra Kumar
I checked that. Only the total memory of the process is growing. The vm size
is not growing much.
i think normally all profilers gives information abt the VM. Is it correct ?

Thanks
Surendra

- Original Message -
From: STOCKHOLM, Raymond [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL 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 juin 2004 14:35
À : Tomcat Users List
Objet : Tomcat process memory growth


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.

Any ideas on how to fix it ?

Thanks
Surendra

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 free memory) , but the total memory
used by the process increasing.
   Any ideas on how to fix it ?
Are you using mod_jk2 to connect to Apache?
If so, try adding the line
request.registerRequests=false
to your jk2.properties file.
I was also getting a memory-creep until I set that flag.
--
Can you see the fnords yet?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 have other people experience the same with 
connectors ?

I know connectors are good for load balancing, but connecting a single 
apache to a single tomcat performance wise, does it work 

Pete.

Adrian Barnett wrote:
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 free memory) , but the total memory
used by the process increasing.
   Any ideas on how to fix it ?

Are you using mod_jk2 to connect to Apache?
If so, try adding the line
request.registerRequests=false
to your jk2.properties file.
I was also getting a memory-creep until I set that flag.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]