as i stated before: try adding the following line in the startup.bat file

set JAVA_OPTS=-Xms32m -Xmx512m

you can add it at the very first line, before (or shortly after) the "@echo off" statement.

>Still it seems to be very slow.

maybe you don't face memory problems.

you can use windows task manager to determine the memory usage of tomcat. look for a process
called "java.exe" and see how much memory it is using.


art

ps: falls du noch ausf�hrlichere hilfe auf deutsch brauchst -> mail an mich =)

Gunnar P�rschke wrote:

Where do I have to add this? Also in the catalina.bat?
I tested set CATALINA_OPTS=%CATALINA_OPTS% -Xms1024m -Xmx2048m in
Catalona.bat as mentioned from Thilo Krawietz' email.

Still it seems to be very slow.

Thank you

Gunnar

-----Urspr�ngliche Nachricht-----
Von: alu, artifex [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. Juli 2004 16:59
An: Tomcat Users List
Betreff: Re: How to increase memory



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]




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





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



Reply via email to