From f65b62c98742e2db706f64b4c41fec512290e533 Mon Sep 17 00:00:00 2001 From: Tsubasa Watanabe Date: Mon, 31 Jan 2022 17:14:46 +0900 Subject: 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 --- docs/source/markdown/podman-run.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/source/markdown/podman-run.1.md') diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 59f36f67d..014b50c6c 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -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**). -- cgit v1.2.3-54-g00ecf