Files
linuxkit/alpine/etc/sysctl.d/01-moby.conf
Justin Cormack ed88a46f97 Increase default fs.aio-max-nr
As recommended by Oracle for MySQL.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-19 23:38:26 +01:00

6 lines
134 B
Plaintext

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