Looks like checkpoint_segments is not liked by postgresql on Fedora

This commit is contained in:
Pierre-Yves Chibon 2017-05-11 17:28:48 +02:00
parent 6667996d4e
commit fb53a3430a

View file

@ -177,8 +177,9 @@ wal_buffers = 64kB # min 32kB
#commit_siblings = 5 # range 1-1000
# - Checkpoints -
{% if ansible_distribution != "Fedora" %}
checkpoint_segments = 30 # in logfile segments, min 1, 16MB each
{% endif %}
checkpoint_timeout = 30min # range 30s-1h
checkpoint_completion_target = 0.6 # checkpoint target duration, 0.0 - 1.0
checkpoint_warning = 180s # 0 is off