mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +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
|
vm.max_map_count = 262144
|
||||||
net.core.somaxconn = 1024
|
net.core.somaxconn = 1024
|
||||||
|
fs.inotify.max_user_watches = 524288
|
||||||
|
Loading…
Reference in New Issue
Block a user