I am using tomcat 3.2.1. I tried add an environment variable TOMCAT_OPTS and make value to be -Xmx348m;-Xms256m It seemed worked. If you find any other way, please let me know.
Susan Zeng -----Original Message----- From: Bo Xu [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 12:10 PM To: Tomcat Users List Subject: Re: Setting the alocated memory to Tomcat 4.0.1 ----- Original Message ----- From: "Niclas Rothman" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 12:52 PM Subject: Setting the alocated memory to Tomcat 4.0.1 Hi everybody! I�m using Tomcat 4.0.1 and the version with the Windows NT service. Does anybody know where to set the size for the memory to allocate to the Tomcat (-Xms & -Xmx), can�t find any documentation about this. Best reqards Niclas Rothman I am not sure, I think you can add it in catalina.bat in CATALINA_HOME/bin, for example, update the following: * _STARTJAVA * %_STARTJAVA% %CATALINA_OPTS% -Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA _HOME%" org.apache.catalina.startup.Bootstrap %2 %3 %4 %5 %6 %7 %8 %9 start and add java -Xmsn/-Xmxn into them. Bo Dec.06, 2001 -- 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]>
