1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-29 23:43:17 +03:00

> > 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
This commit is contained in:
Bruce Momjian
2003-01-11 05:04:27 +00:00
parent 295ece4a0c
commit 8ca66703e2
2 changed files with 26 additions and 11 deletions

View File

@@ -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