Increase fs.file-max

fixes #389

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-08-02 14:07:38 +02:00
parent fdb7ff5a4b
commit b8661a721b

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