Skip to content

Commit

Permalink
clean up memory cgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Jan 19, 2019
1 parent ea6d68d commit ab164cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run
Expand Up @@ -33,7 +33,7 @@ timeout --preserve-status --signal=KILL $timeout_hard \
status=$?

while killall -Z $range -KILL; do true; done
cgdelete -g cpu,pids:runners/$ip/$id
cgdelete -g cpu,memory,pids:runners/$ip/$id
flock -w 0 $lockfile cgdelete -g cpu,memory,pids:runners/$ip 2> /dev/null

[[ -s .error.tio ]] || printf '%16s' ''
Expand Down

0 comments on commit ab164cf

Please sign in to comment.