Tomcat stops serving jsp under load

2003-07-23 Thread Euan Guttridge
Tomcat slows then eventually stops serving jsps under load (100+ concurrent users), html is always fine. The behaviour is sporadic and not easily reproducable but only occurs under load. Standalone (Coyote) 1.1.24, J2SDK1.4.1_03, Linux RH9. Anyone else experiencing this? Thanks Euan

Re: Tomcat stops serving jsp under load

2003-07-23 Thread Simon Pabst
Propably you have a memory leak or a too small Java Heap (Sun's default is 128m i think), so the old generation in your Java Heap hasn't any free memory anymore under load and does a lot of Full Garbage Collections which lead to Stop-the-world behaviour. Use the following Java Options to