mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 04:58:32 +00:00
Merge pull request #390 from justincormack/filemax
Increase fs.file-max
This commit is contained in:
commit
1c8faeb1a1
@ -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