I had not previously set the session-timeout in web.xml As per your suggestion I tried setting it to 2 minutes , and I find the memory usage coming back to a low value much quicker than before.
However, I am not totally clear as to what is the significance of this, and whether this is the fix to the issue. Thanks and Regards, Subramanyam -----Original Message----- From: Kinichiro Inoguchi [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 6:41 PM To: [email protected]; [EMAIL PROTECTED] Subject: Re: Axis2 High memory usage, OutOfMemory exception > If I stop pumping requests at around that time, > and wait for around half an hour, > I notice that the memory usage begins to reduce, > and slowly come back to the original value (10M approx.) What value is set to session-timeout in your web.xml ? Deafault will be 30 min. <session-config> <session-timeout>30</session-timeout> </session-config> I'm not sure but it seems after keeping session, memory usage begins to reduce. Regards, kinichiro __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
