Runbook

"Host Memory is underutilized incident"

Back to Runbooks

Overview

This incident type refers to a situation where the host memory of a system is not being fully utilized and may be causing performance issues. It may trigger when the memory load is below the expected level for a certain period of time. The incident may require investigation to determine the root cause and may involve reducing the amount of memory or other memory management strategies to optimize system performance.

Parameters

Debug

1. Check the memory usage of the affected host

2. Check the current CPU load

6. Check the system load average

3. List all running processes and their memory usage

4. Check the amount of available disk space

5. Check the system logs for any relevant error messages

7. List all running Docker containers and their memory usage

8. Check the system swap usage

9. Check the system kernel version

10. List all installed packages and their versions

The server may be overprovisioned with more memory than required for the workload it is running.

Repair

Decrease memory allocation: Allocate less memory to the host vm to ensure that it does not have too much unused memory.

Learn more

Related Runbooks

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