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
- From: Ciaran Hanley [SMTP:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 2:30 PM To: Struts User Mailing List Subject:Memory Issues Hi, My struts webapp seems to be using up a lot of memory and quite often get OutOfMemory errors or crash Tomcat requiring a restart. How do I go

Memory Issues

2004-05-28 Thread Ciaran Hanley
Hi, My struts webapp seems to be using up a lot of memory and quite often get OutOfMemory errors or crash Tomcat requiring a restart. How do I go about freeing up memory? I have started by storing as many objects as possible at request scope rather that at session scope, is there any other thin