Merge pull request #390 from justincormack/filemax

Increase fs.file-max
This commit is contained in:
Justin Cormack 2016-08-08 12:13:42 +02:00 committed by GitHub
commit 1c8faeb1a1

View File

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