diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-01 08:26:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 08:26:58 -0500 |
commit | 905d31ddd358bb6c40082c391102bbf92a04fad6 (patch) | |
tree | 807df71f14b8eeba844b0e596d7737b9a4670486 /docs/source/markdown | |
parent | baf0dfcac2576922cea8fcd813362757e1dfbdea (diff) | |
parent | 009d9eb679a5f3e7167c5df5fec2afd6b44a3042 (diff) | |
download | podman-905d31ddd358bb6c40082c391102bbf92a04fad6.tar.gz podman-905d31ddd358bb6c40082c391102bbf92a04fad6.tar.bz2 podman-905d31ddd358bb6c40082c391102bbf92a04fad6.zip |
Merge pull request #13100 from fj-tsubasa/oom-kill-disable-man
[CI:DOCS] Add notes to "--oom-kill-disable" not supported on cgroups V2
Diffstat (limited to 'docs/source/markdown')
-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**). |