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:
parent
6710db8d0d
commit
d561ecb7c3
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue