From bb43bc2ae0258ad0658c42a5a3925055cdfb6875 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Wed, 4 Apr 2018 12:44:25 +0200 Subject: [PATCH] Lower max connections to 21 in acceptance tests The max memory of postgresql is partly determined by the max connections. Since we don't actually care about the value here, we set it to something lower. 21 should be non-default. --- spec/acceptance/overridden_settings_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/overridden_settings_spec.rb b/spec/acceptance/overridden_settings_spec.rb index b956bf10ac..0a76da4f96 100644 --- a/spec/acceptance/overridden_settings_spec.rb +++ b/spec/acceptance/overridden_settings_spec.rb @@ -12,7 +12,7 @@ class { 'postgresql::server': }, }, config_entries => { - max_connections => 200, + max_connections => 21, }, pg_hba_rules => { 'from_remote_host' => {