Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88c5599

Browse files
committed
Update BSDI FAQ.
1 parent1ad93b7 commit88c5599

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

‎doc/FAQ_BSDI

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,13 @@ This is just over half the default system total of 60.
5656

5757
The defaults are in /sys/sys/sem.h:
5858

59-
/* Configuration parameters */
60-
#ifndef SEMMNI
6159
#define SEMMNI 10 /* # of semaphore identifiers */
62-
#endif
63-
#ifndef SEMMNS
60+
6461
#define SEMMNS 60 /* # of semaphores in system */
65-
#endif
66-
#ifndef SEMUME
62+
6763
#define SEMUME 10 /* max # of undo entries per process */
68-
#endif
69-
#ifndef SEMMNU
64+
7065
#define SEMMNU 30 /* # of undo structures in system */
71-
#endif
7266

7367
Set the values you want in your kernel config file, e.g.:
7468

‎doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.52 2001/02/1616:10:06 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.53 2001/02/1619:27:19 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1578,19 +1578,13 @@ options "SYSPTSIZE=13"
15781578
<para>
15791579
The defaults are in <filename>/sys/sys/sem.h</>:
15801580
<programlisting>
1581-
/* Configuration parameters */
1582-
#ifndef SEMMNI
15831581
#define SEMMNI 10 /* # of semaphore identifiers */
1584-
#endif
1585-
#ifndef SEMMNS
1582+
15861583
#define SEMMNS 60 /* # of semaphores in system */
1587-
#endif
1588-
#ifndef SEMUME
1584+
15891585
#define SEMUME 10 /* max # of undo entries per process */
1590-
#endif
1591-
#ifndef SEMMNU
1586+
15921587
#define SEMMNU 30 /* # of undo structures in system */
1593-
#endif
15941588
</programlisting>
15951589
Set the values you want in your kernel config file, e.g.:
15961590
<programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp