diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-11 05:04:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-11 05:04:27 +0000 |
commit | 8ca66703e2317ec33ae3a473c264806ebe8db447 (patch) | |
tree | 79a0c00578eeca86891f371f6319eb60febb8dfd /src/backend | |
parent | 295ece4a0ce59199a81df76cbdd537f0fd004283 (diff) | |
download | postgresql-8ca66703e2317ec33ae3a473c264806ebe8db447.tar.gz postgresql-8ca66703e2317ec33ae3a473c264806ebe8db447.zip |
> > 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
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 2d931739fcd..c006a0ec436 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -49,7 +49,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 |