From: Heikki Linnakangas Date: Mon, 1 Oct 2012 06:23:06 +0000 (+0300) Subject: The max shared_buffers value that initdb will choose was raised, update docs. X-Git-Tag: REL9_3_BETA1~861 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ad881f054be165d617aa67cf62513dd1437caa6;p=thirdparty%2Fpostgresql.git The max shared_buffers value that initdb will choose was raised, update docs. Jeff Janes --- 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' Sets the amount of memory the database server uses for shared - memory buffers. The default is typically 32 megabytes - (32MB), but might be less if your kernel settings will + memory buffers. The default is typically 128 megabytes + (128MB), but might be less if your kernel settings will not support it (as determined during initdb). This setting must be at least 128 kilobytes. (Non-default values of BLCKSZ change the minimum.) However,