mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-08 10:07:35 +00:00
Increase fs.file-max
fixes #389 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
17bf65f0de
commit
3c090b7fa4
@ -1,3 +1,4 @@
|
|||||||
vm.max_map_count = 262144
|
vm.max_map_count = 262144
|
||||||
net.core.somaxconn = 1024
|
net.core.somaxconn = 1024
|
||||||
fs.inotify.max_user_watches = 524288
|
fs.inotify.max_user_watches = 524288
|
||||||
|
fs.file-max = 524288
|
||||||
|
Loading…
Reference in New Issue
Block a user