moby--moby/pkg/sysinfo
Raghavendra K T 921da495d2 Add the memory swappiness tuning option to docker.
Memory swappiness option takes 0-100, and helps to tune swappiness
behavior per container.
For example, When a lower value of swappiness is chosen
the container will see minimum major faults. When no value is
specified for memory-swappiness in docker UI, it is inherited from
parent cgroup. (generally 60 unless it is changed).

Signed-off-by: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
2015-07-12 13:16:33 +05:30
..
README.md Add some basic doc for SysInfo 2015-03-26 23:05:07 -04:00
sysinfo.go Add the memory swappiness tuning option to docker. 2015-07-12 13:16:33 +05:30
sysinfo_linux.go Add the memory swappiness tuning option to docker. 2015-07-12 13:16:33 +05:30
sysinfo_linux_test.go cleanup sysinfo package 2015-06-17 20:41:14 -04:00
sysinfo_windows.go Windows: Refactor sysinfo for compilation 2015-05-14 09:44:51 -07:00

README.md

SysInfo stores information about which features a kernel supports.