mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 04:28:20 +00:00
Merge pull request #264 from dsheets/sysctl-inotify-watches
sysctl: set a large fs.inotify.max_user_watches limit
This commit is contained in:
commit
99ed8b733e
@ -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