summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorTsubasa Watanabe <w.tsubasa@fujitsu.com>2022-01-31 17:14:46 +0900
committerTsubasa Watanabe <w.tsubasa@fujitsu.com>2022-01-31 17:14:46 +0900
commit009d9eb679a5f3e7167c5df5fec2afd6b44a3042 (patch)
tree348a8d9fe3265571b00e1029effcda771d528efb /docs/source/markdown/podman-create.1.md
parentc2f4747fea508a6c6b0fdbf7a51eb6c80ba57f02 (diff)
downloadpodman-009d9eb679a5f3e7167c5df5fec2afd6b44a3042.tar.gz
podman-009d9eb679a5f3e7167c5df5fec2afd6b44a3042.tar.bz2
podman-009d9eb679a5f3e7167c5df5fec2afd6b44a3042.zip
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>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index f14098bcd..16b358745 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -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)