ok I have tomcat 4.0 if I understand you mean that I have to set environment variable with TOMCAT_OPTS ? or CATALINA_OPTS
Really apreciate if you could help in that. -----Mensaje original----- De: Randy Layman [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 08 de febrero de 2002 12:11 Para: '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 > -----Original Message----- > From: Emilio Miranda [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 12:54 PM > To: Tomcat Users List > Subject: Manage the garbage collector in tomcat > > > > Hello , > > I want to modify the action of garbage collector. Where can I > change this > values (-Xms, -Xmx,-Xminf, etc.)? or I have to modify the > scripts where you > call %JAVA_HOME%? > > Thanks a lot for the time . > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
