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

Commit 19656b7

Browse files
committed
Improve postgresql.conf descriptions.
1 parent cdd9146 commit 19656b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,30 @@
4545
# Shared Memory Size
4646
#
4747
#shared_buffers = 64 # 2*max_connections, min 16
48-
#max_fsm_relations = 100 # min 10
49-
#max_fsm_pages = 10000 # min 1000
48+
#max_fsm_relations = 100 # min 10, fsm is free space map
49+
#max_fsm_pages = 10000 # min 1000, fsm is free space map
5050
#max_locks_per_transaction = 64 # min 10
5151
#wal_buffers = 8 # min 4
5252

5353
#
54-
# Performance
54+
# Non-shared Memory Sizes
5555
#
5656
#sort_mem = 512 # min 32
5757
#vacuum_mem = 8192 # min 1024
58-
#fsync = true
5958

6059

6160
#
6261
# Write-ahead log (WAL)
6362
#
6463
#wal_files = 0 # range 0-64
65-
#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
66-
# Note: default wal_sync_method varies across platforms
64+
#wal_sync_method = fsync # the default varies across platforms:
65+
# # fsync, fdatasync, open_sync, or open_datasync
6766
#wal_debug = 0 # range 0-16
6867
#commit_delay = 0 # range 0-100000
6968
#commit_siblings = 5 # range 1-1000
7069
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
7170
#checkpoint_timeout = 300 # in seconds, range 30-3600
71+
#fsync = true
7272

7373

7474
#

0 commit comments

Comments
 (0)