A toolkit for building secure, portable and lean operating systems for containers
Go to file
Ian Campbell 9558740c11 Add cpu and mem profiling options
Following https://golang.org/pkg/runtime/pprof/. When attempting to build
images in https://github.com/linuxkit/kubernetes CI the process is mysteriously
being SIGKILL'd, which I think might be down to OOMing due to the resource
limits placed on the build container.

I haven't done so yet but I'm intending to use these options to investigate and
they seem potentially useful in any case, even if this turns out to be a
red-herring.

Signed-off-by: Ian Campbell <ijc@docker.com>
2017-12-06 15:54:48 +00:00
.circleci Publish a checksum of the binaries. 2017-11-16 17:15:06 +00:00
cmd/moby Add cpu and mem profiling options 2017-12-06 15:54:48 +00:00
docs Merge pull request #181 from justincormack/runtime-cgroups 2017-11-17 14:12:08 +00:00
examples Fix docker format build example 2017-11-18 22:22:33 +01:00
src Fixup test after Image → ImageConfig split. 2017-11-27 14:47:21 +00:00
test Add Cgroup resource limits into Yaml spec 2017-08-09 16:39:10 +01:00
vendor Update dependencies to use sirupsen not Sirupsen 2017-11-01 15:14:58 +00:00
.gitignore Improve makefile and circleci config 2017-10-17 17:30:44 -04:00
CONTRIBUTING.md Move Contributing to top level 2017-07-14 11:50:51 +01:00
gometalinter.json Fix lint errors 2017-10-17 17:30:47 -04:00
LICENSE Add license files 2017-04-24 23:08:30 +01:00
Makefile Merge pull request #185 from justincormack/fix-make 2017-11-17 15:21:08 +00:00
NOTICE Add license files 2017-04-24 23:08:30 +01:00
poule.yml add initial poule config 2017-11-14 12:16:54 -05:00
vendor.conf Update dependencies to use sirupsen not Sirupsen 2017-11-01 15:14:58 +00:00