Add notes to "--oom-kill-disable" not supported on cgroups V2

Clarify "--oom-kill-disable" is not supported on cgroups V2 in
documentation.

Signed-off-by: Tsubasa Watanabe <w.tsubasa@fujitsu.com>
This commit is contained in:
Tsubasa Watanabe 2022-01-31 17:14:46 +09:00
parent c2f4747fea
commit 009d9eb679
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**).