> From: Stanczak Group [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5 on VPS service stops > > I start the service with -Xmx64m -server and I'm using > jdk 1.5.0_01.
That's not much memory for Tomcat to play with. You might want to set -verbose:gc to see if you've fallen into a continuous GC mode, or possibly completely run out of memory. Since Tomcat generates a lot of classes, it's pretty easy to exhaust the permanent generation space. - 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 unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
