earlyoom: Stop using unsupported -k option (#4096)

automerge
This commit is contained in:
Michael Vines
2019-05-01 11:29:03 -07:00
committed by Grimes
parent cb528af4e2
commit 950d8494ba
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ else
apt install --quiet --yes ./earlyoom_1.2-*_amd64.deb
cat > earlyoom <<OOM
# use the kernel OOM killer, trigger at 20% available RAM,
EARLYOOM_ARGS="-k -m 20"
# trigger at 20% available RAM,
EARLYOOM_ARGS="-m 20"
OOM
cp earlyoom /etc/default/
rm earlyoom