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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ab2c99b7e4c32ea028cf6babd0dc0b68c280eb34;p=users%2Fbernd%2Fpostgres.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 8f8b67b399..f73a783143 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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.)