mirror of https://github.com/easzlab/kubeasz.git
优化haproxy 最大连接数为50000
parent
c93a60ed57
commit
4995d2b809
|
@ -7,6 +7,7 @@ global
|
||||||
user haproxy
|
user haproxy
|
||||||
group haproxy
|
group haproxy
|
||||||
daemon
|
daemon
|
||||||
|
maxconn 50000
|
||||||
nbproc 1
|
nbproc 1
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
|
|
|
@ -7,6 +7,7 @@ global
|
||||||
user haproxy
|
user haproxy
|
||||||
group haproxy
|
group haproxy
|
||||||
daemon
|
daemon
|
||||||
|
maxconn 50000
|
||||||
nbproc 1
|
nbproc 1
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
|
|
Loading…
Reference in New Issue