mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 21:30:35 +00:00
As recommended by Oracle for MySQL. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
vm.max_map_count = 262144
|
|
net.core.somaxconn = 1024
|
|
fs.aio-max-nr = 1048576
|
|
fs.inotify.max_user_watches = 524288
|
|
fs.file-max = 524288
|