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
Apparently, sometimes systemd removes the cgroup before conmon can read its memory.events. I don't have any ideas about how to work around that race (in conmon; that is).
Another small issue I found is sometimes OOM can be misdetected because the code use the same static counter variable for both oom and oom_kill, which appears to be wrong.
Continuing the investigation that started in cri-o/cri-o#6973
Apparently, sometimes systemd removes the cgroup before conmon can read its
memory.events
. I don't have any ideas about how to work around that race (in conmon; that is).Another small issue I found is sometimes OOM can be misdetected because the code use the same static counter variable for both
oom
andoom_kill
, which appears to be wrong.conmon/src/cgroup.c
Lines 269 to 310 in ebc6717
The text was updated successfully, but these errors were encountered: