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

Commit64a1b62

Browse files
committed
Update bsdi shared memory stuff.
1 parent88c5599 commit64a1b62

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

‎doc/FAQ_BSDI

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ to your /etc/login.conf file.
2121
2a) By default, only 4MB of shared memory is supported by BSDI. Keep in
2222
mind that shared memory is not pageable. It is locked in RAM.
2323

24+
The shared memory parameters are:
25+
26+
#define SHMMAX/* max shared memory segment size (bytes) */
27+
#define SHMMIN/* min shared memory segment size (bytes) */
28+
#define SHMMNI/* max number of shared memory identifiers */
29+
#define SHMSEG/* max shared memory segments per process */
30+
#define SHMALL/* max amount of shared memory (pages) */
31+
2432
To increase the number of buffers supported by the postmaseter, add the
2533
following to your kernel config file. A SHMALL value of 1024
2634
represents 4MB of shared memory. Increase it accordingly:

‎doc/src/sgml/runtime.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.53 2001/02/16 19:27:19 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.54 2001/02/16 19:43:52 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1536,6 +1536,15 @@ env PGOPTIONS='-c geqo=off' psql
15361536
<para>
15371537
By default, only 4 MB of shared memory is supported. Keep in
15381538
mind that shared memory is not pageable; it is locked in RAM.
1539+
The shared memory parameters are:
1540+
<programlisting>
1541+
#define SHMMAX/* max shared memory segment size (bytes) */
1542+
#define SHMMIN/* min shared memory segment size (bytes) */
1543+
#define SHMMNI/* max number of shared memory identifiers */
1544+
#define SHMSEG/* max shared memory segments per process */
1545+
#define SHMALL/* max amount of shared memory (pages) */
1546+
</programlisting>
1547+
15391548
To increase the number of buffers supported by the postmaseter, add the
15401549
following to your kernel config file. A <varname>SHMALL</> value of 1024
15411550
represents 4MB of shared memory. Increase it accordingly:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp