> From: Franck Borel [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat crash @ midnight - but why? > > one problem could be insufficient RAM you assigned to Tomcat. > How much RAM have you set to your Tomcat?
Don't confuse physical RAM with the virtual memory sizing of the Java heap. Having insufficient RAM on the system will only result in excessive paging, not process termination. Having insufficient swap file space could result in termination. > You can set a minimum of RAM while you set a file > called setenv.bat in C:\{CATALINA_HOME}\bin\ for > example like this: As has been stated numerous times in this thread, the OP is running Tomcat as a Windows service, so no scripts are available. Heap settings have to be done with the tomcat5w.exe program. - 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: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]