diff options
author | Tsubasa Watanabe <w.tsubasa@fujitsu.com> | 2022-01-31 17:14:46 +0900 |
---|---|---|
committer | Tsubasa Watanabe <w.tsubasa@fujitsu.com> | 2022-01-31 17:14:46 +0900 |
commit | 009d9eb679a5f3e7167c5df5fec2afd6b44a3042 (patch) | |
tree | 348a8d9fe3265571b00e1029effcda771d528efb /docs/source/markdown/podman-run.1.md | |
parent | c2f4747fea508a6c6b0fdbf7a51eb6c80ba57f02 (diff) | |
download | podman-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-run.1.md')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
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**). |