Merge pull request #627 from mrunalp/crio_oom_score
contrib: Set the OOM Score Adjust of cri-o service to be low
This commit is contained in:
commit
efb71ae74e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ TasksMax=8192
|
|||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
LimitCORE=infinity
|
||||
OOMScoreAdjust=-999
|
||||
TimeoutStartSec=0
|
||||
Restart=on-abnormal
|
||||
|
||||
|
|
Loading…
Reference in a new issue