Chris
The current values on our system are:
-Xms512 -Xmx1024
so if I wished to increase the heapsize, can you give an example what the new figures would be?
Thanks,
Ibrahim
Christopher Schultz <[EMAIL PROTECTED]>
07/19/2006 09:38 AM
|
To: Tomcat Users List <users@tomcat.apache.org> cc: Subject: Re: Increase Heapsize |
Ibrahim,
> How do you increase heapsize if the suggestion is to keep the Xms and Xmx
> values the same?
When he says "the same", he means "the same as each other", not "the
same as they were before". So, use Xms=Xmx:
-Xms512 -Xmx512
or
-Xms1024 -Xmx1024
or
-Xms2048 -Xmx2048
or
-Xms4096 -Xmx4096
-chris
****************************************************************************** This communication (including any attachments) may contain privileged or confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this communication and/or shred the materials and any attachments and are hereby notified that any disclosure, copying, or distribution of this communication, or the taking of any action based on it, is strictly prohibited. Thank you.
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]