Tomcat memory issue
Posted
by
user305210
on Stack Overflow
See other posts from Stack Overflow
or by user305210
Published on 2011-01-07T19:56:25Z
Indexed on
2011/01/10
15:53 UTC
Read the original article
Hit count: 194
Hello,
I have noticed that my application that is running on Tomcat 5 starts with 1gig of memory and as soon as it starts receiving requests from client, the memory starts dropping until it is down to 100MBs and troubles start from there. I am looking at /manager/status page of tomcat under JVM section where "Free Memory", "Total Memory", "Max Memory" is listed.
Is this an indicator of memory leak? Memory does not seem to be freed-up automatically even if there are no requests coming from client machines.
© Stack Overflow or respective owner