From 794799d4aeb737f86f544588d8a828e9ffe60356 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 30 Jun 2020 17:36:13 +0000 Subject: [PATCH] Revert "Increase allowed number of haproxy connections" The increase in connection volume is not sustainable for the available memory on the backend servers. We'll likely need to scale the cluster before reattempting this. This reverts commit 79f363164ed0c81e4c7603885f8e9815164b2df2. Change-Id: Ibe64f472633a62df659c6183aa96e095dda7fdbc --- playbooks/roles/haproxy/templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/haproxy/templates/haproxy.cfg.j2 b/playbooks/roles/haproxy/templates/haproxy.cfg.j2 index 5111b31488..1c31d07859 100644 --- a/playbooks/roles/haproxy/templates/haproxy.cfg.j2 +++ b/playbooks/roles/haproxy/templates/haproxy.cfg.j2 @@ -2,7 +2,7 @@ global uid 1000 gid 1000 log /dev/log local0 - maxconn 16000 + maxconn 4000 pidfile /var/haproxy/run/haproxy.pid stats socket /var/haproxy/run/stats uid 1000 gid 1000 mode 0600 level admin