sysctl: set a large fs.inotify.max_user_watches limit

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>
This commit is contained in:
David Sheets 2016-07-11 14:33:59 -07:00
parent 10d81ecdff
commit 026bfeb17e

View File

@ -1,2 +1,3 @@
vm.max_map_count = 262144
net.core.somaxconn = 1024
fs.inotify.max_user_watches = 524288