mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 21:18:28 +00:00
Increase default fs.aio-max-nr
As recommended by Oracle for MySQL. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
6f7568d5ed
commit
ed88a46f97
@ -1,4 +1,5 @@
|
||||
vm.max_map_count = 262144
|
||||
net.core.somaxconn = 1024
|
||||
fs.aio-max-nr = 1048576
|
||||
fs.inotify.max_user_watches = 524288
|
||||
fs.file-max = 524288
|
||||
|
Loading…
Reference in New Issue
Block a user