Hmm...not sure on Windows but on unix you set an environment variable called CATALINA_OPTS. Set the Xmx and Xms parameters to the amount of memory you want to dedicate to the heap. On our web server where we have 2GB ram I have:

CATALINA_OPTS="-Xms=750m -Xmx=750m"

Tomcat then picks up this memory option when it fires up.

Reis, Tom wrote:

        I am running Tomcat 4.03 on a windows 2K server with JDK1.3.1. I am
confused on configuration and was hoping someone could clarify or point to
documentation on it. I am confused on memory configuration do I change the
memory configuration for java or for Tomcat. I am also not sure how to
change the heap size. Do I put a statement in the server.xml or is it
something else. Is there documentation that tells you how to configure
Tomcat. Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- ******************************************************************* Adam Brundrett DBA/Software Engineer MLC Development Medical Research Council Harwell Oxon. OX11 0RD

Email: [EMAIL PROTECTED] Tel: +44(0)1235 841253
*******************************************************************




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to