Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
99c02ad9
Verified
Commit
99c02ad9
authored
Nov 20, 2018
by
Florian Pritz
Browse files
postgres: Merge upstream config WAL size changes
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
8f5a96e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postgres/templates/postgresql.conf.j2
View file @
99c02ad9
...
...
@@ -210,8 +210,8 @@ dynamic_shared_memory_type = posix # the default is the first option
# - Checkpoints -
#checkpoint_timeout = 5min # range 30s-1d
#
max_wal_size = 1GB
#
min_wal_size = 80MB
max_wal_size = 1GB
min_wal_size = 80MB
#checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0
#checkpoint_flush_after = 256kB # measured in pages, 0 disables
#checkpoint_warning = 30s # 0 disables
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment