Monday, May 11, 2015

java - How to troubleshoot a memory leak in tomcat applications

We have a tomcat server serving several web applications. With jconsole I can see that the heap memory grows over time. We had some crashs with an OutOfMemoryError for the heap memory after about one day.
Platform: SLES 12 SP3, Tomcat 8


Is it possible to determine which of our web applications is causing a memory leak with a tool?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...