Merge pull request #13100 from fj-tsubasa/oom-kill-disable-man

[CI:DOCS] Add notes to "--oom-kill-disable" not supported on cgroups V2
This commit is contained in:
OpenShift Merge Robot 2022-02-01 08:26:58 -05:00 committed by GitHub
commit 905d31ddd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -739,6 +739,8 @@ This option conflicts with **--add-host**.
Whether to disable OOM Killer for the container or not.
This flag is not supported on cgroups V2 systems.
#### **--oom-score-adj**=*num*
Tune the host's OOM preferences for containers (accepts -1000 to 1000)

View file

@ -767,6 +767,8 @@ This option conflicts with **--add-host**.
Whether to disable OOM Killer for the container or not.
This flag is not supported on cgroups V2 systems.
#### **--oom-score-adj**=*num*
Tune the host's OOM preferences for containers (accepts values from **-1000** to **1000**).