- The system scores each process by how much the system would gain
from eliminating it.
- Finally, when it comes to the low memory state, the kernel kills the process of the highest score.
- The score is located in /proc/PID/oom_score
Controlling OOm
Docs - With choom
etc - Using etc /etc/systemd
[!example]