]> granicus.if.org Git - postgresql/commitdiff
Update shared_buffer comment in postgresql.conf.
authorBruce Momjian <bruce@momjian.us>
Wed, 15 Jan 2003 20:41:33 +0000 (20:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 15 Jan 2003 20:41:33 +0000 (20:41 +0000)
src/backend/utils/misc/postgresql.conf.sample

index c006a0ec43672c34b50cea9d9f710548b476b008..ca755aa91345f7eb7cf38f2990a364a4d17bd113 100644 (file)
@@ -49,7 +49,7 @@
 #
 #      Shared Memory Size
 #
-#shared_buffers = 64           # at least 2*max_connections, min 16, 8KB each
+#shared_buffers = 64           # min 2*max_connections or 16, 8KB each
 #max_fsm_relations = 1000      # 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