RE: [OT] Question on JVM maximum heap size parameter in tomcat

2007-08-02 Thread Caldarale, Charles R
> From: Monimoy Deb [mailto:[EMAIL PROTECTED] > Subject: Question on JVM maximum heap size parameter in tomcat > > So, I am looking for the logic for specifying optimum > value for Xmx parameter which I can specify without > any manual intervention. This has nothing to do

Question on JVM maximum heap size parameter in tomcat

2007-08-02 Thread Monimoy Deb
Hi, I am using tomcat5.0 web server in Linux. At the time of tomcat startup, the maximum heap size for JVM is specified using Xmx parameter in catalina.sh, for e.g. java -Xms128m -Xmx1337m -classpath jre/lib/tools.jar:tomcat/bin/bootstrap.jar org.apache.catalina.startup.Bootstrap start The is