You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug memory.oom_control is used in notify_on_oom_v2, if I recall correctly, memory.oom_control only exist in cgroup v1 when memory subsystem is mounted.
Expected behavior
Return ErrorKind::Other, or document the behavior somewhere.
Additional context
called `Result::unwrap()` on an `Err` value: Error { kind: ReadFailed("/sys/fs/cgroup/abc.0/memory.oom_control"), cause: Some(Os { code: 2, kind: NotFound, message: "No such file or directory" }) }
The text was updated successfully, but these errors were encountered:
Describe the bug
memory.oom_control
is used innotify_on_oom_v2
, if I recall correctly,memory.oom_control
only exist in cgroup v1 when memory subsystem is mounted.Expected behavior
Return
ErrorKind::Other
, or document the behavior somewhere.Additional context
The text was updated successfully, but these errors were encountered: