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
> 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
: 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
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
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
I hope Mr. Caldarale answered your question, because you may otherwise
be looking at the 800lb Gorilla in the room.
Memory problems within Tomcat could be a number of very hard to see
things, but some quick candidates are:
* Programmers caching too much data from the DB (or file system) into
cont
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
> 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 700Mb and we have
> to reboo