Update BSDI FAQ.

This commit is contained in:
Bruce Momjian 2001-02-16 19:27:19 +00:00
parent 1ad93b7e45
commit 88c55990ce
2 changed files with 7 additions and 19 deletions

View File

@ -56,19 +56,13 @@ This is just over half the default system total of 60.
The defaults are in /sys/sys/sem.h: The defaults are in /sys/sys/sem.h:
/* Configuration parameters */
#ifndef SEMMNI
#define SEMMNI 10 /* # of semaphore identifiers */ #define SEMMNI 10 /* # of semaphore identifiers */
#endif
#ifndef SEMMNS
#define SEMMNS 60 /* # of semaphores in system */ #define SEMMNS 60 /* # of semaphores in system */
#endif
#ifndef SEMUME
#define SEMUME 10 /* max # of undo entries per process */ #define SEMUME 10 /* max # of undo entries per process */
#endif
#ifndef SEMMNU
#define SEMMNU 30 /* # of undo structures in system */ #define SEMMNU 30 /* # of undo structures in system */
#endif
Set the values you want in your kernel config file, e.g.: Set the values you want in your kernel config file, e.g.:

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.52 2001/02/16 16:10:06 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.53 2001/02/16 19:27:19 momjian Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
@ -1578,19 +1578,13 @@ options "SYSPTSIZE=13"
<para> <para>
The defaults are in <filename>/sys/sys/sem.h</>: The defaults are in <filename>/sys/sys/sem.h</>:
<programlisting> <programlisting>
/* Configuration parameters */
#ifndef SEMMNI
#define SEMMNI 10 /* # of semaphore identifiers */ #define SEMMNI 10 /* # of semaphore identifiers */
#endif
#ifndef SEMMNS
#define SEMMNS 60 /* # of semaphores in system */ #define SEMMNS 60 /* # of semaphores in system */
#endif
#ifndef SEMUME
#define SEMUME 10 /* max # of undo entries per process */ #define SEMUME 10 /* max # of undo entries per process */
#endif
#ifndef SEMMNU
#define SEMMNU 30 /* # of undo structures in system */ #define SEMMNU 30 /* # of undo structures in system */
#endif
</programlisting> </programlisting>
Set the values you want in your kernel config file, e.g.: Set the values you want in your kernel config file, e.g.:
<programlisting> <programlisting>