On Wed, Oct 24, 2001 at 02:14:38PM +0100, Hornsby Peter wrote: > In order to start Java with increased memory settings, which of the > following is correct in tomcat.bat - > > set _STARTJAVA=start "%JAVA_HOME%\bin\java -Xms64m -Xsx120m" > set _RUNJAVA="%JAVA_HOME%\bin\java -Xms64m -Xsx120m"
Neither. Type 'java -X' to see the options. You probably want -Xmx and -Xms. You can set these in your TOMCAT_OPTS variable rather than edit tomcat.sh --Jeff > > I'm using tomcat 3.3 > > Thanks, > Pete
