We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3202c09 commit ea0fcfcCopy full SHA for ea0fcfc
ansible/files/postgresql_config/postgresql.conf.j2
@@ -300,7 +300,7 @@ max_wal_senders = 10 # max number of walsender processes
300
max_replication_slots = 5 # max number of replication slots
301
# (change requires restart)
302
#wal_keep_size = 0 # in megabytes; 0 disables
303
-max_slot_wal_keep_size = 1024 # in megabytes; -1 disables
+max_slot_wal_keep_size = 4096 # in megabytes; -1 disables
304
#wal_sender_timeout = 60s # in milliseconds; 0 disables
305
#track_commit_timestamp = off # collect timestamp of transaction commit
306
0 commit comments