mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
Support memory overcommit
One less complaint in Redis startup. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
a1e4820ca0
commit
68da2c2a49
@ -1,4 +1,5 @@
|
||||
vm.max_map_count = 262144
|
||||
vm.overcommit_memory = 1
|
||||
net.core.somaxconn = 1024
|
||||
fs.aio-max-nr = 1048576
|
||||
fs.inotify.max_user_watches = 524288
|
||||
|
Loading…
Reference in New Issue
Block a user