Skip to content

Commit 9f89cf7

Browse files
hdurand0710oktalz
authored andcommitted
BUG/MEDIUM: lower global maxconn value
10000 does not work with ssl termination. haproxy does not start [ALERT] (185) : Cannot compute the automatic maxsslconn because global.maxconn is already too high for the global.memmax value (1706 MB). The absolute maximum possible value without SSL is 48720, but 100000 was found and SSL is in use.
1 parent deabcfa commit 9f89cf7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.aspell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ allowed:
3939
- linters
4040
- lua
4141
- maxconn
42+
- maxsslconn
43+
- memmax
4244
- mkdir
4345
- modfile
4446
- mutex

hug/configuration/defaults/haproxy.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ global
2121
daemon
2222
localpeer local
2323
master-worker
24-
maxconn 100000
24+
maxconn 32000
2525
pidfile /var/run/haproxy.pid
2626
stats socket /var/run/haproxy-runtime-api.sock level admin expose-fd listeners
2727
stats timeout 36000

0 commit comments

Comments
 (0)