> From: Carl [mailto:c...@etrak-plus.com]
> Subject: Slackware 64
> 
> Has anyone successfully used Tomcat with Slackware 64 and Sun's 64 bit
> Java?  If so, what were your Java options, particularly the ones
> relating to GC?

Appropriate heap sizing, choice of GC algorithm, and other GC-related 
parameters are almost entirely dependent on the characteristics of *your* 
webapps and processing requirements; unless someone has an identical set of 
webapps and identical load patterns, anyone else's settings are irrelevant.

You will need to insure that the total active process space (of which the Java 
heap is only a part) does not exceed the available RAM on the system, or you'll 
get into page thrashing pretty 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to