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:
parent
4d46ae6e1e
commit
c7dd594604
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ TasksMax=8192
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
LimitNPROC=1048576
|
LimitNPROC=1048576
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
|
OOMScoreAdjust=-999
|
||||||
TimeoutStartSec=0
|
TimeoutStartSec=0
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue