File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -56,19 +56,13 @@ This is just over half the default system total of 60.
56
56
57
57
The defaults are in /sys/sys/sem.h:
58
58
59
- /* Configuration parameters */
60
- #ifndef SEMMNI
61
59
#define SEMMNI 10 /* # of semaphore identifiers */
62
- #endif
63
- #ifndef SEMMNS
60
+
64
61
#define SEMMNS 60 /* # of semaphores in system */
65
- #endif
66
- #ifndef SEMUME
62
+
67
63
#define SEMUME 10 /* max # of undo entries per process */
68
- #endif
69
- #ifndef SEMMNU
64
+
70
65
#define SEMMNU 30 /* # of undo structures in system */
71
- #endif
72
66
73
67
Set the values you want in your kernel config file, e.g.:
74
68
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.52 2001/02/16 16:10:06 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.53 2001/02/16 19:27:19 momjian Exp $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -1578,19 +1578,13 @@ options "SYSPTSIZE=13"
1578
1578
<para>
1579
1579
The defaults are in <filename>/sys/sys/sem.h</>:
1580
1580
<programlisting>
1581
- /* Configuration parameters */
1582
- #ifndef SEMMNI
1583
1581
#define SEMMNI 10 /* # of semaphore identifiers */
1584
- #endif
1585
- #ifndef SEMMNS
1582
+
1586
1583
#define SEMMNS 60 /* # of semaphores in system */
1587
- #endif
1588
- #ifndef SEMUME
1584
+
1589
1585
#define SEMUME 10 /* max # of undo entries per process */
1590
- #endif
1591
- #ifndef SEMMNU
1586
+
1592
1587
#define SEMMNU 30 /* # of undo structures in system */
1593
- #endif
1594
1588
</programlisting>
1595
1589
Set the values you want in your kernel config file, e.g.:
1596
1590
<programlisting>
You can’t perform that action at this time.
0 commit comments