summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 86640efa7da..74a029e6574 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -99,8 +99,10 @@
# - Background writer -
#bgwriter_delay = 200 # 10-10000 milliseconds between rounds
-#bgwriter_percent = 1 # 0-100% of dirty buffers in each round
-#bgwriter_maxpages = 100 # 0-1000 buffers max per round
+#bgwriter_lru_percent = 1.0 # 0-100% of LRU buffers scanned in each round
+#bgwriter_lru_maxpages = 5 # 0-1000 buffers max written per round
+#bgwriter_all_percent = 0.333 # 0-100% of all buffers scanned in each round
+#bgwriter_all_maxpages = 5 # 0-1000 buffers max written per round
#---------------------------------------------------------------------------