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:
Pierre-Yves Chibon 2020-05-21 21:41:14 +02:00 committed by pingou
parent 6710db8d0d
commit d561ecb7c3

View file

@ -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