> From: Dan D. [mailto:dan@dubomail.com]
> Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14
>
> [Full GC 1982271K->1982271K(1999424K), 7.5088700 secs]
You obviously have a serious memory leak - the 2 GB heap is filled with
live objects, so the GC doesn't really accomplish anything. Try using a
profiler to find out not only what objects are taking up the space but
also who's allocating them. Do this with a much smaller heap so you can
get to the full condition more quickly.
- 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|