AW: How to increase memory

2004-07-02 Thread Gunnar Pörschke
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

Re: AW: How to increase memory

2004-07-02 Thread Pete Stokes
. 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

RE: How to increase memory

2004-07-02 Thread PATTUS Jean-Philippe
I put the java_opts at the beginning of my startup.bat set JAVA_OPTS= -Xms40m -Xmx1536m -Message d'origine- De : Gunnar Pörschke [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 juillet 2004 08:35 À : 'Tomcat Users List' Objet : AW: How to increase memory Where do I have to add this? Also

Re: AW: How to increase memory

2004-07-02 Thread alu, artifex
: 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

Re: AW: How to increase memory

2004-07-02 Thread Thilo Krawietz
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

How to increase memory

2004-07-01 Thread Gunnar Pörschke
where and how do I increase memory (win2003Srv) for tomcat (4.1.30)?

Re: How to increase memory

2004-07-01 Thread alu, artifex
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

Re: How to increase memory

2004-07-01 Thread Thilo Krawietz
for instance: set CATALINA_OPTS=%CATALINA_OPTS% -Xms1024m -Xmx2048m This tells the virtual machine that it must allocate at least 1 Gigabyte and maximum 2 Gigabytes of memory for the VM instance started. HTH, Thilo where and how do I increase memory (win2003Srv) for tomcat (4.1.30