OOM (Out of Memory) - Definição do Glossário de CI/CD
O OOM ocorre quando um processo excede a memória disponível e o kernel o encerra. Em runners de CI, produz o exit code 137 e a mensagem "Killed".
Guias relacionados
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…