Commit c38ff526 authored by Tom Lane's avatar Tom Lane

Fix misstatement about the required value of SEMVMX. Given our current

usage of PGSemaMagic, the minimum required value is actually 537, but
say 1000 just to use a round number.  255 is *not* good enough.
parent 7c360d65
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.217 2003/11/06 22:08:14 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.218 2003/11/14 15:43:22 tgl Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
...@@ -2825,7 +2825,7 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput> ...@@ -2825,7 +2825,7 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput>
<row> <row>
<entry><varname>SEMVMX</></> <entry><varname>SEMVMX</></>
<entry>Maximum value of semaphore</> <entry>Maximum value of semaphore</>
<entry>at least 255 (The default is often 32767, don't change unless asked to.)</> <entry>at least 1000 (The default is often 32767, don't change unless asked to.)</>
</row> </row>
</tbody> </tbody>
......
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