mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-05 14:59:06 +00:00
One less complaint in Redis startup. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
vm.max_map_count = 262144
|
|
vm.overcommit_memory = 1
|
|
net.core.somaxconn = 1024
|
|
fs.aio-max-nr = 1048576
|
|
fs.inotify.max_user_watches = 524288
|
|
fs.file-max = 524288
|