> From: Leo Donahue [mailto:[email protected]] 
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to