Hello,
I use JSP as
client under TOMCAT 4.1 and Apache SOAP 2.3.1.
All web services
has session scope.
The processes list
on "task manager>processes" show that java.exe process (that correspond to
TOMCAT process) consume between 20Mo and 160Mo of memory
use.
While the global
use of memory on "task manager>performances" do not decrease at all. It can
goes up to 600Mo. I have to stop and restart java.exe to retreive the initial
system state.
When I kill the
java.exe process, the global use of memory decrease to
200Mo.
It seams that the
memory is not really freed when the session is killed.
How can I free
memory as the session is killed ?
Thank you for your
assistance,
Guy