> From: Jonathan Mast [mailto:jhmast.develo...@gmail.com]
> Subject: Re: Tomcat maxThreads Issue
> 
> Add the following somewhere near the top (I place mine after all the
> explanatory comments):
> JAVA_OPTS=" -Xmx1024m"

Again, if there's no evidence of a heap issue (and none has been presented) *do 
not* change the heap settings - at best that can only muddy the water.  If you 
want to look at garbage collection activity, use -verbose:gc (which should work 
even on JRockit) to get information about how often a GC occurs.  Unless it's 
happening very frequently, leave the heap settings alone.

 - 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