aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ_BSDI
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-02-16 19:27:19 +0000
committerBruce Momjian <bruce@momjian.us>2001-02-16 19:27:19 +0000
commit88c55990ce5570b149379b34e70b936215ef3882 (patch)
treeec4dd0c617d1549ea6b73567ed18227c14760b0b /doc/FAQ_BSDI
parent1ad93b7e4505624a5ded515e93a272aa1ca4a5cf (diff)
downloadpostgresql-88c55990ce5570b149379b34e70b936215ef3882.tar.gz
postgresql-88c55990ce5570b149379b34e70b936215ef3882.zip
Update BSDI FAQ.
Diffstat (limited to 'doc/FAQ_BSDI')
-rw-r--r--doc/FAQ_BSDI12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/FAQ_BSDI b/doc/FAQ_BSDI
index bc678026afb..d6c55f827d0 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.: