by setting the environment variable JAVA_OPTS to something like this: -Xms32m -Xmx512m
this will cause the vm to allocate 32m at startup and limits the maximum java heap memory size
to 512mb.


you can set the environment variable by adding the following command somewhere at the beginning
of startup.bat:


set JAVA_OPTS=-Xms32m -Xmx512m

art

Gunnar P�rschke wrote:

where and how do I increase memory (win2003Srv) for tomcat (4.1.30)?







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



Reply via email to