-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI:DOCS] Add notes to "--oom-kill-disable" not supported on cgroups V2 #13100
[CI:DOCS] Add notes to "--oom-kill-disable" not supported on cgroups V2 #13100
Conversation
Clarify "--oom-kill-disable" is not supported on cgroups V2 in documentation. Signed-off-by: Tsubasa Watanabe <[email protected]>
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fj-tsubasa, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be cgroup
, but after looking at the doc, we have both cgroup
and cgroups
all over the place.
Clarify "--oom-kill-disable" is not supported on cgroups V2 in documentation.
podman on crun and cgroups V2 gets the error as following when executing "podman run --oom-kill-disable=true".
podman version
crun version
Signed-off-by: Tsubasa Watanabe [email protected]