Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b72f564

Browse files
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
1 parent 4d26d93 commit b72f564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
# mmap
159159
# (change requires restart)
160160
#min_dynamic_shared_memory = 0MB # (change requires restart)
161-
#vacuum_buffer_usage_limit = 256 # size of vacuum and analyze buffer access strategy ring.
162-
# 0 to disable vacuum buffer access strategy
163-
# range 128kB to 16GB
161+
#vacuum_buffer_usage_limit = 256kB # size of vacuum and analyze buffer access strategy ring.
162+
# 0 to disable vacuum buffer access strategy
163+
# range 128kB to 16GB
164164

165165
# - Disk -
166166

0 commit comments

Comments
 (0)