Comment on how do I find process that leads to oom?
probable_possum@leminal.space 1 week ago
- journalctl shows the oom event
- Container limits you can limit container resouce usage
- also you can look at container stats to maybe identify the culprit. Or cyclically write the stdout of ps to a file to identify the memory hungry process.
illusionist@lemmy.zip 1 week ago
That’s awesome. I wonder why I haven’t seen this so far. Thank you!