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

Commit0582ad9

Browse files
committed
Add fsm sizes.
1 parent28e8206 commit0582ad9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
#
4949
#Shared Memory Size
5050
#
51-
#shared_buffers = 64# 2*max_connections, min 16, typically8K each
52-
#max_fsm_relations = 100# min 10, fsm is free space map
53-
#max_fsm_pages = 10000# min 1000, fsm is free space map
51+
#shared_buffers = 64# 2*max_connections, min 16, typically8KB each
52+
#max_fsm_relations = 100# min 10, fsm is free space map, ~40 bytes
53+
#max_fsm_pages = 10000# min 1000, fsm is free space map, ~6 bytes
5454
#max_locks_per_transaction = 64# min 10
55-
#wal_buffers = 8# min 4, typically8K each
55+
#wal_buffers = 8# min 4, typically8KB each
5656

5757
#
5858
#Non-shared Memory Sizes
@@ -89,7 +89,7 @@
8989
#enable_mergejoin = true
9090
#enable_hashjoin = true
9191

92-
#effective_cache_size = 1000# typically8K each
92+
#effective_cache_size = 1000# typically8KB each
9393
#random_page_cost = 4# units are one sequential page fetch cost
9494
#cpu_tuple_cost = 0.01# (same)
9595
#cpu_index_tuple_cost = 0.001# (same)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp