containerd/linux
Michael Crosby e800f08f9f Change oom metric to const
This removes the metric vec that was holding onto all task id and
namespace combinations forever, until containerd was restarted.  This
was causing a memory leak with many task.

This also removes the shim cmd where the `Args` is quite large from the
reaper after the shim has been started cutting down on another leak.

This is the first pass through the reaper but more code is required to
fix all the issues when commands are added.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-08-17 16:23:20 -04:00
..
runcopts api: generate merged descriptors when building protobufs 2017-08-04 16:50:28 -07:00
shim Change oom metric to const 2017-08-17 16:23:20 -04:00
bundle.go Fix failure to connect to shim on daemon restart 2017-08-11 09:34:29 -07:00
process.go Return exit status from Wait of stopped process 2017-08-03 17:22:33 -04:00
runtime.go Fix failure to connect to shim on daemon restart 2017-08-11 09:34:29 -07:00
task.go Return exit status from Wait of stopped process 2017-08-03 17:22:33 -04:00