mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix some mentions to memory units in postgresql.conf.sample
The default unit for max_slot_wal_keep_size is megabytes. While on it, also change temp_file_limit to use a more consistent wording. Reported-by: Jeff Janes, Fujii Masao Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/CAMkU=1wWZhhjpwRFKJ9waQGxxROeC0P6UqPvb90fAaGz7dhoHA@mail.gmail.com
This commit is contained in:
@ -149,7 +149,7 @@
|
|||||||
# - Disk -
|
# - Disk -
|
||||||
|
|
||||||
#temp_file_limit = -1 # limits per-process temp file space
|
#temp_file_limit = -1 # limits per-process temp file space
|
||||||
# in kB, or -1 for no limit
|
# in kilobytes, or -1 for no limit
|
||||||
|
|
||||||
# - Kernel Resources -
|
# - Kernel Resources -
|
||||||
|
|
||||||
@ -289,7 +289,7 @@
|
|||||||
#max_wal_senders = 10 # max number of walsender processes
|
#max_wal_senders = 10 # max number of walsender processes
|
||||||
# (change requires restart)
|
# (change requires restart)
|
||||||
#wal_keep_segments = 0 # in logfile segments; 0 disables
|
#wal_keep_segments = 0 # in logfile segments; 0 disables
|
||||||
#max_slot_wal_keep_size = -1 # measured in bytes; -1 disables
|
#max_slot_wal_keep_size = -1 # in megabytes; -1 disables
|
||||||
#wal_sender_timeout = 60s # in milliseconds; 0 disables
|
#wal_sender_timeout = 60s # in milliseconds; 0 disables
|
||||||
|
|
||||||
#max_replication_slots = 10 # max number of replication slots
|
#max_replication_slots = 10 # max number of replication slots
|
||||||
|
Reference in New Issue
Block a user