diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/config.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 2e8d62e2923..677fd4d7bf5 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.167 2008/03/05 16:59:10 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.168 2008/03/09 04:56:28 tgl Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -736,8 +736,7 @@ SET ENABLE_SEQSCAN TO OFF; memory buffers. The default is typically 32 megabytes (<literal>32MB</>), but might be less if your kernel settings will not support it (as determined during <application>initdb</>). - This setting must be at least 128 kilobytes and at least 16 - kilobytes times <xref linkend="guc-max-connections">. (Non-default + This setting must be at least 128 kilobytes. (Non-default values of <symbol>BLCKSZ</symbol> change the minimum.) However, settings significantly higher than the minimum are usually needed for good performance. Several tens of megabytes are recommended |
