Merge pull request #264 from dsheets/sysctl-inotify-watches

sysctl: set a large fs.inotify.max_user_watches limit
This commit is contained in:
Justin Cormack 2016-07-11 22:38:47 +01:00 committed by GitHub
commit 99ed8b733e

View File

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