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
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
..
execdrivers Windows: Exec driver 2015-07-10 13:36:56 -07:00
lxc Add the memory swappiness tuning option to docker. 2015-07-12 13:16:33 +05:30
native Merge pull request #13669 from ewindisch/readonly-proc 2015-07-10 15:32:13 -07:00
windows Windows: Exec driver 2015-07-10 13:36:56 -07:00
driver.go Add the memory swappiness tuning option to docker. 2015-07-12 13:16:33 +05:30
driver_linux.go Add the memory swappiness tuning option to docker. 2015-07-12 13:16:33 +05:30
pipes.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
termconsole.go Refactoring execdriver.Command and Container structs to support 'docker exec' and other 2014-09-01 14:30:16 -07:00
utils.go Generate capabilityList automatically 2015-05-08 09:40:05 -07:00