Files
linuxkit/alpine/etc/sysctl.d/01-moby.conf
Justin Cormack b9273e5549 Support memory overcommit
One less complaint in Redis startup.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-10-05 11:46:58 +02:00

7 lines
159 B
Plaintext

vm.max_map_count = 262144
vm.overcommit_memory = 1
net.core.somaxconn = 1024
fs.aio-max-nr = 1048576
fs.inotify.max_user_watches = 524288
fs.file-max = 524288