> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Subject: RE: java.lang.OutOfMemoryError: PermGen space
> 
> what good does it do to set this value?

Unless I've got extremely predictable behavior from my webapps that never 
varies with time, load, phase of the moon, or whatever, I wouldn't try to 
control any of the internal heap sizings.  The current GC algorithms adapt 
pretty well to the usage patterns.

> Is it any better than setting NewRatio?

NewRatio is more flexible when the heap size varies or is explicitly changed; I 
believe they're essentially equivalent if the same value is always used for 
-Xms and -Xmx.

 - 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