Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ad881f

Browse files
committed
The max shared_buffers value that initdb will choose was raised, update docs.
Jeff Janes
1 parent 0d0aa5d commit 2ad881f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,8 @@ include 'filename'
10121012
<listitem>
10131013
<para>
10141014
Sets the amount of memory the database server uses for shared
1015-
memory buffers. The default is typically 32 megabytes
1016-
(<literal>32MB</>), but might be less if your kernel settings will
1015+
memory buffers. The default is typically 128 megabytes
1016+
(<literal>128MB</>), but might be less if your kernel settings will
10171017
not support it (as determined during <application>initdb</>).
10181018
This setting must be at least 128 kilobytes. (Non-default
10191019
values of <symbol>BLCKSZ</symbol> change the minimum.) However,

0 commit comments

Comments
 (0)