> From: Roel De Nijs [mailto:[EMAIL PROTECTED] > Subject: Betr.: RE: Memory Management between different webapps > > The problem we are confronted with: all our web-apps are > running fine in our test-environment, even if workload is > simulated to be very high. If we go to production environment > (which is an exact copy of the test-environment) then tomcat > gives OOME, sometimes 3-4 times a day.
Have you read this? http://tomcat.apache.org/faq/memory.html Note that an OOME can result from a variety of problems other than exhausting heap memory, including such things as running out of file descriptors. Turn on -verbose:gc to get an idea of what's happening with the Java heap, and proceed from there. - 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]