diff options
author | Tsubasa Watanabe <w.tsubasa@fujitsu.com> | 2022-01-31 17:14:46 +0900 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-02-03 14:45:45 -0500 |
commit | f65b62c98742e2db706f64b4c41fec512290e533 (patch) | |
tree | d746d71adccc9f023378830c0098f1e0b9be4856 /docs/source | |
parent | 178cccbf9eaab103460694c37f16e6e40773866a (diff) | |
download | podman-f65b62c98742e2db706f64b4c41fec512290e533.tar.gz podman-f65b62c98742e2db706f64b4c41fec512290e533.tar.bz2 podman-f65b62c98742e2db706f64b4c41fec512290e533.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')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
2 files changed, 4 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) 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**). |