mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user