Skip to content

Commit

Permalink
Merge pull request containers#13100 from fj-tsubasa/oom-kill-disable-man
Browse files Browse the repository at this point in the history
[CI:DOCS] Add notes to "--oom-kill-disable" not supported on cgroups V2
  • Loading branch information
openshift-merge-robot authored Feb 1, 2022
2 parents baf0dfc + 009d9eb commit 905d31d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/markdown/podman-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/source/markdown/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**).
Expand Down

0 comments on commit 905d31d

Please sign in to comment.