kernel_oom
This is an old revision of the document!
OOM Killer
OOM killer is invoked by the kernel when the system runs out of memory
File | Description |
---|---|
oom_adj | Since Linux Kernel 2.6.36 this file has been deprecated. The new file is oom_score_adj |
oom_score_adj | This file can be used to adjust the 'badness' which is used to select a process to kill in out-of-memory conditions 0 (never kill) - 1000 (always kill) |
oom_score | This displays the current score that the kernel has given to a process. The process score |
Highest value in the file is killed first.
New process inherits its parents oom value.
kernel_oom.1462344799.txt.gz · Last modified: 2024/05/23 07:26 (external edit)