From 7d732f06cc462101477576d0271a9a865f2fbe8f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 23 Dec 2005 23:28:35 +0000 Subject: [PATCH] Wups, fat-fingered the calculation the first time. Update comment in postgresql.conf.sample too. --- doc/src/sgml/runtime.sgml | 6 +++--- src/backend/utils/misc/postgresql.conf.sample | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 331a5c3b89..e43d893169 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1031,12 +1031,12 @@ set semsys:seminfo_semmsl=32 - 400 + 400 * + 400 + 270 * - 600 + 400 * + 600 + 270 * diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 7fbba7d331..731f9ff6c2 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -401,7 +401,7 @@ #deadlock_timeout = 1000 # in milliseconds #max_locks_per_transaction = 64 # min 10 -# note: each lock table slot uses ~220 bytes of shared memory, and there are +# note: each lock table slot uses ~270 bytes of shared memory, and there are # max_locks_per_transaction * (max_connections + max_prepared_transactions) # lock table slots.