Re: Re:Tomcat6.0.16 is too easily to be OutOfMemory compared with Tomcat5.5

2009-10-06 Thread kalpanab
Hi All, I am also having the same issue. Does any one have solution for this issue? Thanks, Kalpana kana-s wrote: > > > Thank you for replying. > > -Xms and -Xmx were 256MB. I changed 512MB but the result was same. > > As session in implicit object in JSP , > if I don't set <% session.in

Re:Tomcat6.0.16 is too easily to be OutOfMemory compared with Tomcat5.5

2008-04-29 Thread Kanako Shimizu
Thank you for replying. -Xms and -Xmx were 256MB. I changed 512MB but the result was same. As session in implicit object in JSP , if I don't set <% session.invalidate();%>, sessions will create. The jsp which I used the test isn't set <% session.invalidate();%>. So I thought sessions were cre