mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
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:
parent
10d81ecdff
commit
026bfeb17e
@ -1,2 +1,3 @@
|
||||
vm.max_map_count = 262144
|
||||
net.core.somaxconn = 1024
|
||||
fs.inotify.max_user_watches = 524288
|
||||
|
Loading…
Reference in New Issue
Block a user