> From: MW Janssen [mailto:[EMAIL PROTECTED] 
> Subject: question about PS Old Gen memoy
> 
> How can I avoid (the best solution) that the old gen is 
> filling until 70% of the total memory allocation by the jvm 
> and what causes this?

Why do you think this is a problem?  This is how the HotSpot GC is
designed to work.  A full GC - one that collects the old gen - is not
done until absolutely necessary or an explicit call to gc() is made.

 - 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to