Skip to content

Runai Container Memory Usage Warning

Meaning

Runai container is using more than 80% of its Memory limit

Impact

Container might go OOM and crash

Severity

Warning

Diagnosis

Use

on the relevant pod.
If this tool is unavailable, you can calculate the memory usage via:

container_memory_usage_bytes{namespace=~"runai|runai-backend"}

Mitigation

Add memory resources to the container.
If the issue does not resolve, contact runai.

Be the first to add a reaction