From: Bruce Momjian Date: Fri, 16 Feb 2001 19:27:19 +0000 (+0000) Subject: Update BSDI FAQ. X-Git-Tag: REL7_1~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88c55990ce5570b149379b34e70b936215ef3882;p=postgresql Update BSDI FAQ. --- diff --git a/doc/FAQ_BSDI b/doc/FAQ_BSDI index bc678026af..d6c55f827d 100644 --- a/doc/FAQ_BSDI +++ b/doc/FAQ_BSDI @@ -56,19 +56,13 @@ This is just over half the default system total of 60. The defaults are in /sys/sys/sem.h: -/* Configuration parameters */ -#ifndef SEMMNI #define SEMMNI 10 /* # of semaphore identifiers */ -#endif -#ifndef SEMMNS + #define SEMMNS 60 /* # of semaphores in system */ -#endif -#ifndef SEMUME + #define SEMUME 10 /* max # of undo entries per process */ -#endif -#ifndef SEMMNU + #define SEMMNU 30 /* # of undo structures in system */ -#endif Set the values you want in your kernel config file, e.g.: diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index a003c72785..35917084f0 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1578,19 +1578,13 @@ options "SYSPTSIZE=13" The defaults are in /sys/sys/sem.h: -/* Configuration parameters */ -#ifndef SEMMNI #define SEMMNI 10 /* # of semaphore identifiers */ -#endif -#ifndef SEMMNS + #define SEMMNS 60 /* # of semaphores in system */ -#endif -#ifndef SEMUME + #define SEMUME 10 /* max # of undo entries per process */ -#endif -#ifndef SEMMNU + #define SEMMNU 30 /* # of undo structures in system */ -#endif Set the values you want in your kernel config file, e.g.: