]> git.ipfire.org Git - thirdparty/util-linux.git/commit
choom: new command to adjust OOM-killer score value
authorKarel Zak <kzak@redhat.com>
Mon, 16 Apr 2018 10:53:39 +0000 (12:53 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Apr 2018 10:53:39 +0000 (12:53 +0200)
commit8fa223daba1963c34cc828075ce6773ff01fafe3
tree2c204a62f432aeb5e3830e370b1cc04c9eadad16
parent6ceb17c8a758b05907a9ebc547beb293765d8ccf
choom: new command to adjust OOM-killer score value

Let's provide command line tool, man page with OOM description and
bash-completion. It seems better than force end-users to use "echo"
to /proc.

Addresses: https://github.com/karelzak/util-linux/issues/609
Signed-off-by: Karel Zak <kzak@redhat.com>
.gitignore
Documentation/TODO
bash-completion/choom [new file with mode: 0644]
configure.ac
sys-utils/Makemodule.am
sys-utils/choom.1 [new file with mode: 0644]
sys-utils/choom.c [new file with mode: 0644]