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

Jeff Janes
This commit is contained in:
Heikki Linnakangas 2012-10-01 09:23:06 +03:00
parent 0d0aa5d291
commit 2ad881f054
1 changed files with 2 additions and 2 deletions

View File

@ -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,