From 0c64b58b6c965fd0696a0c47700b0d68756b043a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 15 Jan 2003 20:49:56 +0000 Subject: [PATCH] More comment cleanups for shared_buffers in postgresql.conf. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 642f9e77ca..41750b9e22 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -47,7 +47,7 @@ # # Shared Memory Size # -#shared_buffers = 64 # min 2*max_connections or 16, 8KB each +#shared_buffers = 64 # min max_connections*2 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