forked from ioi/isolate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is hard to judge solely from the meta output whether a program has been SIGKILL by the OOM killer or something else. Since Linux 4.15, the cgroup API provides us with a memory.oom_control file that contains a key "oom_kill" with the number of times the cgroup has received an OOM kill. If this value is greater than 0, we report that there was an OOM kill in the meta file with the cg-oom-killed entry. Based on work by Antoine Pietri.
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters