From: Tom Lane Date: Fri, 14 Nov 2003 15:43:34 +0000 (+0000) Subject: Fix misstatement about the required value of SEMVMX. Given our current X-Git-Tag: REL7_4~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ccf7033bfa757c23fd85b46879b5ae1c053ae64;p=postgresql 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. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index f6a7d8c8cc..6d921821af 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -2823,7 +2823,7 @@ $ postmaster -o '-S 1024 -s' SEMVMX Maximum value of semaphore - at least 255 (The default is often 32767, don't change unless asked to.) + at least 1000 (The default is often 32767, don't change unless asked to.)