mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 05:27:41 +00:00
Increase neighbor cache threshold values
Needed for larger clusters. Needed for https://github.com/docker/editions/issues/377 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
709d0fc334
commit
53e367326b
@ -1,6 +1,9 @@
|
|||||||
vm.max_map_count = 262144
|
vm.max_map_count = 262144
|
||||||
vm.overcommit_memory = 1
|
vm.overcommit_memory = 1
|
||||||
net.core.somaxconn = 1024
|
net.core.somaxconn = 1024
|
||||||
|
net.ipv4.neigh.default.gc_thresh1 = 30000
|
||||||
|
net.ipv4.neigh.default.gc_thresh2 = 32000
|
||||||
|
net.ipv4.neigh.default.gc_thresh3 = 32768
|
||||||
fs.aio-max-nr = 1048576
|
fs.aio-max-nr = 1048576
|
||||||
fs.inotify.max_user_watches = 524288
|
fs.inotify.max_user_watches = 524288
|
||||||
fs.file-max = 524288
|
fs.file-max = 524288
|
||||||
|
Loading…
Reference in New Issue
Block a user