From 8d139240c079aefdf8c17b36ad521c8c3d6c55cd Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 1 Nov 2007 19:11:31 +0000 Subject: [PATCH] Update shared-memory-size info for 8.2 branch. --- doc/src/sgml/runtime.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index ac8b60a5e7..4d9c5bd31f 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -593,7 +593,7 @@ psql: could not connect to server: No such file or directory . You can, as a temporary solution, lower some of those settings to avoid the failure. As a rough approximation, you can estimate the - required segment size as 500 kB plus the variable amounts shown in + required segment size as 700 kB plus the variable amounts shown in the table. (Any error message you might get will include the exact size of the failed allocation request.) While it is possible to get PostgreSQL to run with SHMMAX as small as @@ -1058,12 +1058,12 @@ set semsys:seminfo_semmsl=32 - 400 + 270 * + 1800 + 270 * - 600 + 270 * + 700 + 270 * -- 2.39.5