I have similar issues and I am using struts and logging using log4j.What I
don't understand is why that shud cause a problem with meory.
I ran the application on tomcat 4.1.24 and it runs with no errors.I also
tried increasing permgen space but didn't help.


|---------+---------------------------->
|         |           "Caldarale,      |
|         |           Charles R"       |
|         |           <Chuck.Caldarale@|
|         |           unisys.com>      |
|         |                            |
|         |           03/07/2006 01:54 |
|         |           PM               |
|         |           Please respond to|
|         |           "Tomcat Users    |
|         |           List"            |
|---------+---------------------------->
  
>------------------------------------------------------------------------------------------------------------------------------|
  |                                                                             
                                                 |
  |       To:       "Tomcat Users List" <users@tomcat.apache.org>               
                                                 |
  |       cc:                                                                   
                                                 |
  |       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