projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
993887e
)
Increase postgres connection limits
author
Tom Hughes
<tom@compton.nu>
Fri, 4 Nov 2016 09:51:45 +0000
(09:51 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 4 Nov 2016 09:51:45 +0000
(09:51 +0000)
roles/db.rb
patch
|
blob
|
history
diff --git
a/roles/db.rb
b/roles/db.rb
index aa8679ddf840bae160303dd0d363d2346cda5885..c8aebed0d9507c1360c8bd9bdefeebef6f794879 100644
(file)
--- a/
roles/db.rb
+++ b/
roles/db.rb
@@
-43,7
+43,7
@@
default_attributes(
:settings => {
:defaults => {
:listen_addresses => "*",
- :max_connections => "
6
00",
+ :max_connections => "
10
00",
:max_stack_depth => "7MB",
:checkpoint_segments => "32",
:max_wal_size => "1536MB",