rfjakob / earlyoom

earlyoom - Early OOM Daemon for Linux
MIT License
2.96k stars 157 forks source link

Add process_mrelease to allowed system calls #315

Closed zickgraf closed 6 months ago

zickgraf commented 6 months ago

required since 2e004040deb5b30880d72740bd71095e326479de

Without this, earlyoom seems to work but actually is killed with signal SIGSYS whenever an OOM situation occurs. It is immediately restarted by systemd, which is why this problem might go unnoticed.

PS: Thanks for this wonderful tool, it has saved me a thousand times :-)