From 3cd7edfee0e49c74df648ffe07ce414ca3acf0ce Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 11 Jan 2003 05:04:14 +0000 Subject: > > This patch improves the documentation for the shared_buffers GUC param. > > I'd suggest that the runtime.sgml description explicitly say "values of > at least a few thousand are recommended for production installations". Neil Conway --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 07ba73b5410..f43e488ba86 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 # 2*max_connections, min 16, typically 8KB each +#shared_buffers = 64 # at least 2*max_connections, min 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 -- cgit v1.2.3