Tomcat memory issue
- by user305210
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.