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:
Pierre-Yves Chibon 2020-09-24 21:29:46 +02:00
parent 59d22cfaf7
commit ab31a8b0bd

View file

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