mirror of https://github.com/easzlab/kubeasz.git
预处理增加设置内核参数net.core.somaxconn = 32768
parent
6b62536fec
commit
e4a8064648
|
@ -6,6 +6,7 @@ net.bridge.bridge-nf-call-arptables = 1
|
||||||
net.ipv4.tcp_tw_recycle = 0
|
net.ipv4.tcp_tw_recycle = 0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
net.ipv4.tcp_tw_reuse = 0
|
net.ipv4.tcp_tw_reuse = 0
|
||||||
|
net.core.somaxconn = 32768
|
||||||
net.netfilter.nf_conntrack_max=1000000
|
net.netfilter.nf_conntrack_max=1000000
|
||||||
vm.swappiness = 0
|
vm.swappiness = 0
|
||||||
vm.max_map_count=655360
|
vm.max_map_count=655360
|
||||||
|
|
Loading…
Reference in New Issue