Commit 2ad881f0 authored by Heikki Linnakangas's avatar Heikki Linnakangas

The max shared_buffers value that initdb will choose was raised, update docs.

Jeff Janes
parent 0d0aa5d2
...@@ -1012,8 +1012,8 @@ include 'filename' ...@@ -1012,8 +1012,8 @@ include 'filename'
<listitem> <listitem>
<para> <para>
Sets the amount of memory the database server uses for shared Sets the amount of memory the database server uses for shared
memory buffers. The default is typically 32 megabytes memory buffers. The default is typically 128 megabytes
(<literal>32MB</>), but might be less if your kernel settings will (<literal>128MB</>), but might be less if your kernel settings will
not support it (as determined during <application>initdb</>). not support it (as determined during <application>initdb</>).
This setting must be at least 128 kilobytes. (Non-default This setting must be at least 128 kilobytes. (Non-default
values of <symbol>BLCKSZ</symbol> change the minimum.) However, values of <symbol>BLCKSZ</symbol> change the minimum.) However,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment