containerd/runtime/v2/shim
Michael Crosby 7dfc605fc6 Set shim OOM scores to +1 containerd daemon score
This changes the shim's OOM score from a static max killable of -999 to
be +1 of the containerd daemon's score.  This should allow the shim's to
be killed first in an OOM condition but leave the daemon alone for a bit
to help cleanup and manage the containers during this situation.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-06-27 11:14:14 -04:00
..
publisher.go Move ttrpc client to pkg/ttrpcutil 2019-05-20 16:44:49 -07:00
reaper_unix.go Revert v2 dropped events 2018-11-16 11:34:15 -05:00
shim_darwin.go Abstract to SocketAddress 2018-07-27 12:39:53 -04:00
shim_freebsd.go Fix freebsd build 2018-12-16 14:27:42 +00:00
shim_linux.go Abstract to SocketAddress 2018-07-27 12:39:53 -04:00
shim_test.go Forward containerd debug to shim invocation 2018-09-27 07:46:01 -07:00
shim_unix.go Add TTRPC client 2019-05-13 21:05:07 -07:00
shim_windows_test.go Add blocking buffered writes to shim 2018-10-02 11:10:43 -07:00
shim_windows.go Add TTRPC client 2019-05-13 21:05:07 -07:00
shim.go Add TTRPC client 2019-05-13 21:05:07 -07:00
util_unix.go Set shim OOM scores to +1 containerd daemon score 2019-06-27 11:14:14 -04:00
util_windows.go Set shim OOM scores to +1 containerd daemon score 2019-06-27 11:14:14 -04:00
util.go Pass options on shim create for v2 2019-05-17 21:02:23 +00:00