Comment on How to detect problems on computer?

just_another_person@lemmy.world ⁨5⁩ ⁨months⁩ ago

If you saw an OOM anything, it’s getting OOMkill’d by the kernel trying to keep the machine up. Check syslogs and dmesg, and it should say what was killed, and there’s your problem container. You probably have a memory leak, so just check your container stats every so often and see what is growing out of control with memory usage.

source
Sort:hotnewtop