pagure: looks like postgresql 12.1 doesn't like an effective_cache_size of 0, so going with 1 instead
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
59d22cfaf7
commit
ab31a8b0bd
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ datacenter: rdu-cc
|
|||
#
|
||||
|
||||
shared_buffers: "512MB"
|
||||
effective_cache_size: 0
|
||||
effective_cache_size: 1
|
||||
temp_buffers: "8MB"
|
||||
max_stack_depth: "4MB"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue