Files
linuxkit/alpine/etc/sysctl.d/01-moby.conf
Justin Cormack c0579f4b83 Add default sysfs settings
This uses the new Alpine sysfs.conf service to allow config of sysfs.

Default file that sets transparent huge pages to only be used on request
to fix #368

Database setting available for user configuration.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-12 14:13:40 +01:00

5 lines
110 B
Plaintext

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