Skip to content

Commit

Permalink
isolate: add cg-oom-killed in meta
Browse files Browse the repository at this point in the history
  • Loading branch information
seirl committed Mar 8, 2018
1 parent f1d9ae1 commit 0815f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions camisole/isolate.py
Expand Up @@ -119,6 +119,7 @@ async def __aenter__(self):
async def __aexit__(self, exc, value, tb):
meta_defaults = {
'cg-mem': 0,
'cg-oom-killed': 0,
'csw-forced': 0,
'csw-voluntary': 0,
'exitcode': 0,
Expand Down

0 comments on commit 0815f54

Please sign in to comment.