From: Bruce Momjian Date: Thu, 3 May 2001 17:28:13 +0000 (+0000) Subject: Update shared memory docs. X-Git-Tag: REL7_1_1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d31b9f31016a6128665813a8e068dfb5a475befe;p=postgresql Update shared memory docs. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 099dd323cd..10595e1ae4 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1449,13 +1449,13 @@ env PGOPTIONS='-c geqo=off' psql SHMMAX Maximum size of shared memory segment (bytes) - 700 kB + 8192 * buffers + extra ... infinity + 250 kB + 8192 * buffers or infinity SHMMIN Minimum size of shared memory segment (bytes) - 1 (at most about 256 kB) + 1 @@ -1473,7 +1473,7 @@ env PGOPTIONS='-c geqo=off' psql SHMMNI Maximum number of shared memory segments system-wide - like SHMSEG + room for other applications + like SHMSEG plus room for other applications