> From: André Warnier [mailto:a...@ice-sa.com] 
> Subject: Re: [OT]RE: Maximum memory that can be assigned to Tomcat on windows 
> platform

> > In general: the bigger heap, the longer GC will run.

Not strictly true, and hasn't been true for many years.  GC time is 
proportional to the number of live (reachable) objects, not the size of the 
heap.  If the app is making heavy use of weak references, this may allow more 
live objects to persist in a larger heap until GC gets fed up with the mess and 
throws them all away. 

> Why do I feel that a comment from Chuck is going to follow 
> that one later on ?

Just had to wake up first.

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

Reply via email to