Re: Memory Issues

2004-05-28 Thread Vinita Keswani
You can also try increasing the heap size of tomcat at startup but this again depends on how much RAM ur machine has?? Out of memory is usually because you have lots of session objects still out there causing an overflow. --- Mark Lowe <[EMAIL PROTECTED]> wrote: > If its on a live deployment and y

Re: Memory Issues

2004-05-28 Thread Mark Lowe
If its on a live deployment and your using tc 5.019 with jk 1 then upgrade to 5.024 (Look for the decoding error in the logs). If its a dev server and you get this when you reload webapps, it just happens. TC5 is better than 4.1 but still eventually happens. Scoping to request will help reduce

RE: Memory Issues - reply

2004-05-28 Thread Kathy Zhou
Ciaran, To clean up the memory, you could restart the web app sever once every night if this could quickly solve your issues. We did this on Jrun web server. For those common objects used by everybody, you could set them in application scope. Just a thought. Kathy -Original Message-