contrib: Set the OOM Score Adjust of cri-o service to be low

We don't want cri-o to be OOM killed easily.

Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
Mrunal Patel 2017-06-23 09:04:27 -07:00
parent 4d46ae6e1e
commit c7dd594604

View file

@ -16,6 +16,7 @@ TasksMax=8192
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
OOMScoreAdjust=-999
TimeoutStartSec=0
Restart=on-abnormal