A Container High Memory Usage Incident occurs when the memory usage of a container exceeds a certain threshold, usually 90%. This can cause performance issues and potentially lead to system crashes. The incident should be resolved by identifying the root cause of the high memory usage and taking appropriate actions to reduce it.
Parameters
Debug
Check overall memory usage on the host
Display the top processes by memory usage
Check container memory usage
Check for memory leaks in the application
Analyze memory usage and generate a report
Check for memory fragmentation
Check the system logs for any memory-related errors
Check kernel memory usage
Check for any memory-related errors in the container logs
Inefficient resource allocation for the container, causing it to consume more memory than necessary.
Repair
Increasing the memory allocation for the container can help reduce high memory usage incidents. This ensures that the container has enough memory to handle the workload it is running.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.