Looks like checkpoint_segments is not liked by postgresql on Fedora
This commit is contained in:
parent
6667996d4e
commit
fb53a3430a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue