ended3월 21일· 1 sources

Docker Out of Memory: How to Diagnose and Fix OOM Kills

Docker 메모리 부족(OOM Kill) 진단 및 해결 방법

Why it matters

Docker containers can be silently killed by the Linux kernel's OOM killer when they exceed available memory, indicated by OOMKilled: true and exit code 137. The article explains how to diagnose OOM kills using docker inspect and dmesg, set memory limits via CLI or docker-compose, and find memory leaks inside containers. It also recommends setting memory limits in production, monitoring usage, and using restart policies as a temporary measure.

1
Sources
+0
24h
Growth
184d
Active
DockerOOM Kill메모리 누수컨테이너dmesg

Sources

Related Issues