From c9488a40bb4266f665079d42fde918f4ae22e5dc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 19 May 2016 15:02:02 +0100 Subject: [PATCH] Increase postgres connection limit --- roles/db.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/db.rb b/roles/db.rb index b1c9e4f05..df79f702e 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -43,7 +43,7 @@ default_attributes( :settings => { :defaults => { :listen_addresses => "*", - :max_connections => "500", + :max_connections => "600", :max_stack_depth => "7MB", :checkpoint_segments => "32", :checkpoint_completion_target => "0.8", -- 2.43.2