HAProxy backend connection limits
The default connection limits for backends is 2000 however, mariadb defaults to a max of 10000 conections, therefore changing this limit to match the mariadb limit. 'haproxy_max_connections' also needs to be bumped for this to work. Change-Id: I5ded328485855f3f3d4390282040b0d89d08d997
Showing
- ansible/roles/haproxy/defaults/main.yml 3 additions, 1 deletionansible/roles/haproxy/defaults/main.yml
- ansible/roles/haproxy/templates/haproxy_main.cfg.j2 1 addition, 0 deletionsansible/roles/haproxy/templates/haproxy_main.cfg.j2
- releasenotes/notes/increase-haproxy-max-connections-df6aff5c82fdef24.yaml 9 additions, 0 deletions...es/increase-haproxy-max-connections-df6aff5c82fdef24.yaml
Please register or sign in to comment