Runbook

Host Memory Leak Incident

Back to Runbooks

Overview

A memory leak occurs when a program allocates memory but fails to release it when it is no longer needed, leading to a gradual increase in memory usage over time. This can eventually cause the program or system to become unstable or crash due to insufficient available memory.

Parameters

Debug

Get top processes by memory usage

Check memory usage of a specific process

Check available memory and swap usage

Check system logs for out of memory errors

Memory leaks in the software running on the host machine.

Learn more

Related Runbooks

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