]> granicus.if.org Git - postgresql/commitdiff
The max shared_buffers value that initdb will choose was raised, update docs.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 1 Oct 2012 06:23:06 +0000 (09:23 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 1 Oct 2012 06:23:06 +0000 (09:23 +0300)
Jeff Janes

doc/src/sgml/config.sgml

index 4bd06ed76015405eb146b288f7c90d8eb0c6f79a..74a7ca17b2a27e0fd1c2b64d41b07f5b1ac12033 100644 (file)
@@ -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,