RE: tomcat session invalidate

2003-12-01 Thread Shapira, Yoav
Users List Subject: Re: tomcat session invalidate The memory won't be released until the Garbage Collector (GC) is run. The JVM determines when to run GC based on the available memory. On Friday 28 November 2003 05:38 am, you wrote: Hi, I've notice that Tomcat (v.4.1.29) does not release

Re: tomcat session invalidate

2003-11-30 Thread bsouther
The memory won't be released until the Garbage Collector (GC) is run. The JVM determines when to run GC based on the available memory. On Friday 28 November 2003 05:38 am, you wrote: Hi, I've notice that Tomcat (v.4.1.29) does not release memory on session invalidate event... I try to

tomcat session invalidate

2003-11-28 Thread giluka
Hi, I've notice that Tomcat (v.4.1.29) does not release memory on session invalidate event... I try to create many session (with a stress tool like grinder) and i've set session life time to 1 minute. Tomcat memory occupation stretch to increase ... inexplicably, in my opinion. When destroy