Runbook

Excessive memory usage by Tomcat.

Back to Runbooks

Overview

This incident type refers to the situation where the Tomcat server is utilizing more memory than it should, causing system instability and performance issues. This can happen due to a variety of factors such as memory leaks, improper configuration, or application code issues. It is important to address this incident promptly to prevent system failures and ensure optimal application performance.

Parameters

Debug

Check the current memory usage

Check the processes running on the system

Find the PID of Tomcat

Check the memory usage of Tomcat

Check the Java version that Tomcat is running on

Check the Tomcat configuration

Check the Tomcat log files for errors or warnings

Check the heap usage of Tomcat

Check the thread usage of Tomcat

Check for any memory leaks

Check the JVM arguments that are being used by Tomcat

Repair

Increase the memory allocation for the Tomcat server.

Reduce the number of threads used by Tomcat.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.