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