1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/execdriver/lxc
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
..
driver.go fix lxc build 2015-06-05 09:50:30 -07:00
info.go Windows: Factor out LXC 2015-04-30 14:28:35 -07:00
info_test.go Windows: Factor out LXC 2015-04-30 14:28:35 -07:00
init.go Replace latest log by logrus 2015-07-02 16:11:52 +02:00
lxc_init_linux.go Windows: Factor out LXC 2015-04-30 14:28:35 -07:00
lxc_init_unsupported.go Windows: Factor out LXC 2015-04-30 14:28:35 -07:00
lxc_template.go Add the memory swappiness tuning option to docker. 2015-07-12 13:16:33 +05:30
lxc_template_unit_test.go Docker integration with libnetwork 2015-05-19 22:40:19 +00:00