I am not using Struts. The logger is the default logger from the servlet. I
am only calling the log() function from the HttpServlet.log() method for
logging. The logging is context based on the Tomcat configuration.

The way I know I am running out of memory is that when I attempt to create a
new object an out of memory exception is thrown and my customers cannot
access the site until the container is stopped and restarted.

Robert S. Harper
Information Access Technology, Inc.

-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 07, 2006 12:55 PM
To: Tomcat Users List
Subject: RE: Tomcat 5.0.28 memory leak

> From: Robert Harper [mailto:[EMAIL PROTECTED] 
> Subject: RE: Tomcat 5.0.28 memory leak
> 
> OK so when all objects have only have method scope and none 
> are static.

Is that what the profiler says, or is that your assessment of your
applications?  What about loggers, Struts, or other frameworks you might
be using?

Are you certain you're running out of heap memory?  Have you turned on
-XX:+PrintGCDetails?

Are you perhaps exhausting PermGen space, which by default is much too
small for a server environment?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to