Be explicit about intention of double max_wal_size specificiation

This commit is contained in:
Alexander Overvoorde
2022-01-04 19:50:35 +01:00
committed by GitHub
parent a1cbf0d74c
commit 672e2cd5b3

View File

@@ -3,7 +3,7 @@
shared_buffers = 128MB
min_wal_size = 1GB
max_wal_size = 2GB
# max_wal_size = 2GB # Overridden below
maintenance_work_mem = 256MB
# Suggested settings from