SIGKILL - Definição do Glossário de CI/CD
O SIGKILL (signal 9) encerra um processo à força imediatamente e não pode ser capturado. Em CI, geralmente significa o out-of-memory killer (exit 137).
Guias relacionados
Exit Code 137 Explained: SIGKILL and the OOM Killer in CIWhat exit code 137 means in CI: the process received SIGKILL, almost always from the out-of-memory killer. Ho…
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…