aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-27 14:06:05 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-27 14:06:05 +0000
commit0582ad91ac265bca9a8cd918999e871de4e3f362 (patch)
treefc75d365a81ae1ce2196ec75f633b86063175d6c /src
parent28e82066a1d17dce2c28ca5391dab1e4f1eb0c0f (diff)
downloadpostgresql-0582ad91ac265bca9a8cd918999e871de4e3f362.tar.gz
postgresql-0582ad91ac265bca9a8cd918999e871de4e3f362.zip
Add fsm sizes.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 49488ccfbc1..c3e065ecdb8 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -48,11 +48,11 @@
#
# Shared Memory Size
#
-#shared_buffers = 64 # 2*max_connections, min 16, typically 8K each
-#max_fsm_relations = 100 # min 10, fsm is free space map
-#max_fsm_pages = 10000 # min 1000, fsm is free space map
+#shared_buffers = 64 # 2*max_connections, min 16, typically 8KB each
+#max_fsm_relations = 100 # min 10, fsm is free space map, ~40 bytes
+#max_fsm_pages = 10000 # min 1000, fsm is free space map, ~6 bytes
#max_locks_per_transaction = 64 # min 10
-#wal_buffers = 8 # min 4, typically 8K each
+#wal_buffers = 8 # min 4, typically 8KB each
#
# Non-shared Memory Sizes
@@ -89,7 +89,7 @@
#enable_mergejoin = true
#enable_hashjoin = true
-#effective_cache_size = 1000 # typically 8K each
+#effective_cache_size = 1000 # typically 8KB each
#random_page_cost = 4 # units are one sequential page fetch cost
#cpu_tuple_cost = 0.01 # (same)
#cpu_index_tuple_cost = 0.001 # (same)