]> granicus.if.org Git - postgresql/commitdiff
Update BSDI FAQ.
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Feb 2001 19:27:19 +0000 (19:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Feb 2001 19:27:19 +0000 (19:27 +0000)
doc/FAQ_BSDI
doc/src/sgml/runtime.sgml

index bc678026afb747cfc624cfe96479104cade5e695..d6c55f827d0f2c58c838c7f6f69043665035fa86 100644 (file)
@@ -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.:
 
index a003c7278554d978e3b4d807274823d28a8016b5..35917084f035a73b95b3a3513e2d0e13d7efd8fb 100644 (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">
@@ -1578,19 +1578,13 @@ options "SYSPTSIZE=13"
        <para>
         The defaults are in <filename>/sys/sys/sem.h</>:
 <programlisting>
-/* 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
 </programlisting>
         Set the values you want in your kernel config file, e.g.:
 <programlisting>