Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19656b7

Browse files
committed
Improve postgresql.conf descriptions.
1 parentcdd9146 commit19656b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp