> From: Leo Donahue [mailto:donahu...@gmail.com] 
> Subject: Re: heap thrashing

> Why does the jvm decide to collect garbage that fast as opposed to letting
> it build and taking care of it later?

Because your webapp has filled up one of the divisions of the heap.  Read up on 
how the Java heap is organized.

> What do you consider to be very rapid object creation?

Enough to cause garbage collection frequent enough to bother you.

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to