diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-10-01 09:23:06 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-10-01 09:23:06 +0300 |
commit | 2ad881f054be165d617aa67cf62513dd1437caa6 (patch) | |
tree | 1034eb4af88be7a44a25d9deb85b94a306f9c311 | |
parent | 0d0aa5d29175c539db1981be27dbbf059be6f3b1 (diff) | |
download | postgresql-2ad881f054be165d617aa67cf62513dd1437caa6.tar.gz postgresql-2ad881f054be165d617aa67cf62513dd1437caa6.zip |
The max shared_buffers value that initdb will choose was raised, update docs.
Jeff Janes
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4bd06ed7601..74a7ca17b2a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1012,8 +1012,8 @@ include 'filename' <listitem> <para> Sets the amount of memory the database server uses for shared - memory buffers. The default is typically 32 megabytes - (<literal>32MB</>), but might be less if your kernel settings will + memory buffers. The default is typically 128 megabytes + (<literal>128MB</>), 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. (Non-default values of <symbol>BLCKSZ</symbol> change the minimum.) However, |