OOM (Out of Memory) - CI/CD用語集の定義
OOM は、プロセスが利用可能なメモリを超過し、カーネルがそれを強制終了する状態です。CI の runner では exit code 137 と "Killed" というメッセージを生成します。
関連ガイド
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…