Memory Usage, Leakage and java.lang.OutofMemory

2003-09-17 Thread Mike Curwen
So let's say that I have a web app that is slowly but surely leaking. Eventually, I will get a java.lang.OutOfMemory error. With how Tomcat is internally architected, or with how the JVM operates, does this cause a problem for all other applications running under Tomcat? Is there now no more

RE: Memory Usage, Leakage and java.lang.OutofMemory

2003-09-17 Thread Shapira, Yoav
- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 11:17 AM To: [EMAIL PROTECTED] Subject: Memory Usage, Leakage and java.lang.OutofMemory So let's say that I have a web app that is slowly but surely leaking. Eventually, I will get a java.lang.OutOfMemory error. With how

RE: Memory Usage, Leakage and java.lang.OutofMemory

2003-09-17 Thread Ralph Einfeldt
] Sent: Wednesday, September 17, 2003 5:18 PM To: Tomcat Users List Subject: RE: Memory Usage, Leakage and java.lang.OutofMemory Once you get an OutOfMemoryError, your JVM is in an unpredictable state and must be restarted. This is not specific to tomcat. Reloading the webapp will not do