10000
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 3d5e7ab commit 46216b5Copy full SHA for 46216b5
ansible/files/postgresql_config/postgresql.conf.j2
@@ -298,7 +298,7 @@ max_wal_senders = 10 # max number of walsender processes
298
max_replication_slots = 5 # max number of replication slots
299
# (change requires restart)
300
#wal_keep_size = 0 # in megabytes; 0 disables
301
-#max_slot_wal_keep_size = -1 # in megabytes; -1 disables
+max_slot_wal_keep_size = 1024 # in megabytes; -1 disables
302
#wal_sender_timeout = 60s # in milliseconds; 0 disables
303
#track_commit_timestamp = off # collect timestamp of transaction commit
304
0 commit comments