mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 19:41:40 +00:00
Needed by Ruby guard and Dropbox. See https://forums.docker.com/t/running-guard-with-docker-compose-fails-due-to-inotify-limit/17096 Signed-off-by: David Sheets <dsheets@docker.com>
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
vm.max_map_count = 262144
|
|
net.core.somaxconn = 1024
|
|
fs.inotify.max_user_watches = 524288
|