> 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]

Reply via email to