summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiko Sawada <msawada@postgresql.org>2023-04-28 15:40:12 +0900
committerMasahiko Sawada <msawada@postgresql.org>2023-04-28 15:40:12 +0900
commitb72f564d87d10b5e5a91aedec605e48f80cb74ee (patch)
treeda3c63facd043ffe3701aa84b38ff0b28bcdbc2a
parent4d26d93ff7fbf7bde5710595255ca9c8033a1402 (diff)
downloadpostgresql-b72f564d87d10b5e5a91aedec605e48f80cb74ee.tar.gz
Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.
Also adjust the indentation of the comment to the surrounding parameters. Author: Masahiko Sawada Reviewed-by: David Rowley, Daniel Gustafsson, Melanie Plageman Discussion: https://postgr.es/m/CAD21AoCBSqmqOKVH4Q256DeCC_UE50gu1sgixcjLFZGLEbABVA@mail.gmail.com
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 0609853995..b70c66ca87 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -158,9 +158,9 @@
# mmap
# (change requires restart)
#min_dynamic_shared_memory = 0MB # (change requires restart)
-#vacuum_buffer_usage_limit = 256 # size of vacuum and analyze buffer access strategy ring.
- # 0 to disable vacuum buffer access strategy
- # range 128kB to 16GB
+#vacuum_buffer_usage_limit = 256kB # size of vacuum and analyze buffer access strategy ring.
+ # 0 to disable vacuum buffer access strategy
+ # range 128kB to 16GB
# - Disk -