From: Tom Lane Date: Fri, 14 Nov 2003 15:43:22 +0000 (+0000) Subject: Fix misstatement about the required value of SEMVMX. Given our current X-Git-Tag: REL8_0_0BETA1~1687 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c38ff52693b3b74e54fa576022949d23ed6332bf;p=thirdparty%2Fpostgresql.git 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 d23c78d0cc5..285fb4db548 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -2825,7 +2825,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.)