> From: Susan G. Conger [mailto:[EMAIL PROTECTED] > Subject: Java Memory Options in Tomcat Startup > > In the startup_tomcat400.sh there is the following line:
Just the above is somewhat scary, since the standard Tomcat distributions do not include such a startup file. Is there any reason you can't use a real Tomcat? > can someone shed some light on the -ms64m. It's the old (deprecated) way of specifying the minimum JVM heap size, shared by all threads; the more modern usual way would be -Xms64m. For server applications such as Tomcat, it's usually better to use the same value for both minimum (-Xms) and maximum (-Xmx) heap size, to avoid memory thrashing as the heap expands and contracts. Whether or not that's true for the JVM you have installed on what appears to be an AS/400, I don't know. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
