Skip to content

Commit bb43bc2

Browse files
committed
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.
1 parent 624bd9f commit bb43bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/overridden_settings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class { 'postgresql::server':
1212
},
1313
},
1414
config_entries => {
15-
max_connections => 200,
15+
max_connections => 21,
1616
},
1717
pg_hba_rules => {
1818
'from_remote_host' => {

0 commit comments

Comments
 (0)