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

Commit b66a0cc

Browse files
committed
Update runtime shared memory computations.
1 parent 1c1c58c commit b66a0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.64 2001/05/07 15:55:27 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.65 2001/05/08 21:09:47 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1481,7 +1481,7 @@ env PGOPTIONS='-c geqo=off' psql
14811481
<row>
14821482
<entry><varname>SHMMAX</></>
14831483
<entry>Maximum size of shared memory segment (bytes)</>
1484-
<entry>250 kB + 8192 * buffers or infinity</entry>
1484+
<entry>250 kB + 8.2kB * buffers + 14.2kB * max_connections or infinity</entry>
14851485
</row>
14861486

14871487
<row>

0 commit comments

Comments
 (0)