mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
Tweak pagure's postgresql configuration
Thanks to @midipix for his help and guidance on this Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
committed by
pingou
parent
6710db8d0d
commit
d561ecb7c3
@@ -21,8 +21,10 @@ datacenter: rdu-cc
|
||||
# PostgreSQL configuration
|
||||
#
|
||||
|
||||
shared_buffers: "32MB"
|
||||
effective_cache_size: "512MB"
|
||||
shared_buffers: "512MB"
|
||||
effective_cache_size: 0
|
||||
temp_buffers: "8MB"
|
||||
max_stack_depth: "4MB"
|
||||
|
||||
ssh_hostnames:
|
||||
- pagure.io
|
||||
|
||||
Reference in New Issue
Block a user