containerd/runtime
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
..
events.go Use constants for runtime event topics 2017-07-18 14:19:48 +02:00
monitor.go Use event service post for shim events 2017-07-07 16:30:57 -07:00
runtime.go Use typeurl package for spec types 2017-07-05 15:37:26 -07:00
task_list.go Move taskList to the runtime package 2017-07-13 13:53:22 +02:00
task.go Change oom metric to const 2017-08-17 16:23:20 -04:00
typeurl.go Move typeurl registrations to runtime package 2017-07-21 18:19:51 +02:00