1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/sysinfo
Yong Tang f023816608 Add memory.kernelTCP support for linux
This fix tries to address the issue raised in 37038 where
there were no memory.kernelTCP support for linux.

This fix add MemoryKernelTCP to HostConfig, and pass
the config to runtime-spec.

Additional test case has been added.

This fix fixes 37038.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-11-26 21:03:08 +00:00
..
numcpu.go Add canonical import comment 2018-02-05 16:51:57 -05:00
numcpu_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
numcpu_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
README.md
sysinfo.go Add memory.kernelTCP support for linux 2018-11-26 21:03:08 +00:00
sysinfo_linux.go Add memory.kernelTCP support for linux 2018-11-26 21:03:08 +00:00
sysinfo_linux_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
sysinfo_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00

SysInfo stores information about which features a kernel supports.