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

Commit c38ff52

Browse files
committed
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.
1 parent 7c360d6 commit c38ff52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.217 2003/11/06 22:08:14 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.218 2003/11/14 15:43:22 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -2825,7 +2825,7 @@ $ <userinput>postmaster -o '-S 1024 -s'</userinput>
28252825
<row>
28262826
<entry><varname>SEMVMX</></>
28272827
<entry>Maximum value of semaphore</>
2828-
<entry>at least 255 (The default is often 32767, don't change unless asked to.)</>
2828+
<entry>at least 1000 (The default is often 32767, don't change unless asked to.)</>
28292829
</row>
28302830

28312831
</tbody>

0 commit comments

Comments
 (0)