mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:
@ -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)
|
||||
|
@ -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**).
|
||||
|
Reference in New Issue
Block a user