RE: Manage the garbage collector in tomcat

2002-02-08 Thread Randy Layman
In Tomcat 3 you set TOMCAT_OPTS, Tomcat 4 CATALINA_OPTS. On Windows this would be something like: SET TOMCAT_OPTS=-Xms128M -Xmx2048M and these will get passed to the JVM at Tomcat startup. Randy -Original Message- From: Emilio Miranda [mailto:[EMAIL PROTECTED]]

RE: Manage the garbage collector in tomcat

2002-02-08 Thread Emilio Miranda
: 'Tomcat Users List' Asunto: RE: Manage the garbage collector in tomcat In Tomcat 3 you set TOMCAT_OPTS, Tomcat 4 CATALINA_OPTS. On Windows this would be something like: SET TOMCAT_OPTS=-Xms128M -Xmx2048M and these will get passed to the JVM at Tomcat startup. Randy

RE: Manage the garbage collector in tomcat

2002-02-08 Thread Randy Layman
CATALINA_OPTS -Original Message- From: Emilio Miranda [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 1:07 PM To: Tomcat Users List Subject: RE: Manage the garbage collector in tomcat ok I have tomcat 4.0 if I understand you mean that I have to set environment