Update bsdi shared memory stuff.
authorBruce Momjian
Fri, 16 Feb 2001 19:43:52 +0000 (19:43 +0000)
committerBruce Momjian
Fri, 16 Feb 2001 19:43:52 +0000 (19:43 +0000)
doc/FAQ_BSDI
doc/src/sgml/runtime.sgml

index d6c55f827d0f2c58c838c7f6f69043665035fa86..030beb6fe840aaeca64aa21c065d7e06da30c278 100644 (file)
@@ -21,6 +21,14 @@ to your /etc/login.conf file.
 2a)  By default, only 4MB of shared memory is supported by BSDI. Keep in
 mind that shared memory is not pageable.  It is locked in RAM.
 
+The shared memory parameters are:
+
+#define SHMMAX     /* max shared memory segment size (bytes) */
+#define SHMMIN     /* min shared memory segment size (bytes) */
+#define SHMMNI     /* max number of shared memory identifiers */
+#define SHMSEG     /* max shared memory segments per process */
+#define SHMALL     /* max amount of shared memory (pages) */
+
 To increase the number of buffers supported by the postmaseter, add the
 following to your kernel config file.  A SHMALL value of 1024 
 represents 4MB of shared memory.  Increase it accordingly:
index 35917084f035a73b95b3a3513e2d0e13d7efd8fb..0fef262bf23a2140f34b61e1825438e03dc00576 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1536,6 +1536,15 @@ env PGOPTIONS='-c geqo=off' psql
         
          By default, only 4 MB of shared memory is supported. Keep in
          mind that shared memory is not pageable; it is locked in RAM.
+    The shared memory parameters are:
+
+#define SHMMAX     /* max shared memory segment size (bytes) */
+#define SHMMIN     /* min shared memory segment size (bytes) */
+#define SHMMNI     /* max number of shared memory identifiers */
+#define SHMSEG     /* max shared memory segments per process */
+#define SHMALL     /* max amount of shared memory (pages) */
+
+
     To increase the number of buffers supported by the postmaseter, add the
     following to your kernel config file.  A SHMALL value of 1024 
     represents 4MB of shared memory.  Increase it accordingly: