RE: Tomcat Memory and Garbage Collection questions...

2009-11-05 Thread Martin Gainty
ake a look thanks, Martin Gainty __ do not modify or alter this transmission. Thank You > From: trevin.john...@occ.treas.gov > To: users@tomcat.apache.org > Date: Thu, 5 Nov 2009 17:26:14 -0500 > Subject: RE: Tomcat Memory and Garbag

RE: Tomcat Memory and Garbage Collection questions...

2009-11-05 Thread Caldarale, Charles R
> From: Johnson, Trevin (Contractor) > [mailto:trevin.john...@occ.treas.gov] > Subject: RE: Tomcat Memory and Garbage Collection questions... > > I see odd behavior. Our tomcat setting is set for a max memory setting > of 256Mb in our Development Environment. Yet it goes over 25

RE: Tomcat Memory and Garbage Collection questions...

2009-11-05 Thread Johnson, Trevin (Contractor)
: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Monday, November 02, 2009 4:06 PM To: Tomcat Users List Subject: RE: Tomcat Memory and Garbage Collection questions... > From: Johnson, Trevin (Contractor) > [mailto:trevin.john...@occ.treas.gov] > Subject: Tomcat Memory an

RE: Tomcat Memory and Garbage Collection questions...

2009-11-03 Thread Gerwood Stewart
To: Tomcat Users List Subject: Re: Tomcat Memory and Garbage Collection questions... A question: Do you guys use hot deployment of applications? If you do *not*, then Joseph’s tips are the first things to look at, in short it is the application code keeping too many references. If you do hot

Re: Tomcat Memory and Garbage Collection questions...

2009-11-02 Thread Elli Albek
A question: Do you guys use hot deployment of applications? If you do *not*, then Joseph’s tips are the first things to look at, in short it is the application code keeping too many references. If you do hot deployment, then the number of possibilities goes up significantly. Now you are also talk

RE: Tomcat Memory and Garbage Collection questions...

2009-11-02 Thread Joseph Morgan
.john...@occ.treas.gov] Sent: Monday, November 02, 2009 2:53 PM To: 'users@tomcat.apache.org' Subject: Tomcat Memory and Garbage Collection questions... Hello OS Version: Windows 2000 Tomcat version:5.5.17 Initial Memory Pool: 768 Maximum Memory Pool:1024 Java Version: Java\jdk1.5.0_14 When we res

Re: Tomcat Memory and Garbage Collection questions...

2009-11-02 Thread Martin Choma
Hi, in fact, garbage collection is not tomcat stuff. It is JVM responsibility. So try to focus on jvm memory problem, not tomcat memory problem. Maybe some memory leak? Martin 2009/11/2 Johnson, Trevin (Contractor) : > Hello > OS Version: Windows 2000 > Tomcat version:5.5.17 > Initial Memory Po

RE: Tomcat Memory and Garbage Collection questions...

2009-11-02 Thread Caldarale, Charles R
> From: Johnson, Trevin (Contractor) > [mailto:trevin.john...@occ.treas.gov] > Subject: Tomcat Memory and Garbage Collection questions... > > When we restart the tomcat service our tomcat memory is about 120Mb. It > keeps going up over the next few days util it reaches 700M

Tomcat Memory and Garbage Collection questions...

2009-11-02 Thread Johnson, Trevin (Contractor)
Hello OS Version: Windows 2000 Tomcat version:5.5.17 Initial Memory Pool: 768 Maximum Memory Pool:1024 Java Version: Java\jdk1.5.0_14 When we restart the tomcat service our tomcat memory is about 120Mb. It keeps going up over the next few days util it reaches 700Mb and we have to reboot the serv