> From: Craig Berry [mailto:[EMAIL PROTECTED] > Subject: RE: Recovery from OutOfMemoryError? > > Fixing the bug would be cool, but the "bug" is actually just too many > users contending for the same heap space
Let's put it another way: your webapp and/or JVM configuration aren't set up properly to handle the number of users you have; don't blame it on the users (or Tomcat). What JVM do you have installed? What version of Tomcat? What OS? Are you sure you're out of heap space, or is some other resource being exhausted, such as file handles? If it's really heap space, is it the PermGen? Do you have a memory leak in your webapp? Have you profiled what's going on to see the real cause of the problem? - 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]
