OOM (Out of Memory) - CI/CD Glossary Definition
OOM is when a process exceeds available memory and the kernel kills it. On CI runners it produces exit code 137 and the message "Killed".
Related guides
Self-Healing CI: Recovering from OOM-Killed Jobs (Exit 137)Out-of-memory kills (exit 137) are mechanical, not code bugs. See the manual fix and how self-healing CI auto…
Docker Build Exit Code 137 (OOM Killed) - Fix Out-of-Memory BuildsDocker build or container exiting with code 137 means the process was OOM-killed. Learn why it happens in CI…