Update FAQ.
authorBruce Momjian
Fri, 7 Sep 2001 00:51:10 +0000 (00:51 +0000)
committerBruce Momjian
Fri, 7 Sep 2001 00:51:10 +0000 (00:51 +0000)
doc/src/FAQ/FAQ.html

index 531f251ecfd2f3a0df17db29529e12a49d4be7b6..844b3bf15e2c6204033de257eb2af942d95cab00 100644 (file)
@@ -12,7 +12,7 @@
   alink="#0000FF">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Thu Sep  6 20:45:54 EDT 2001

+    

Last updated: Thu Sep  6 20:51:03 EDT 2001

 
     

Current maintainer: Bruce Momjian (

     

You need to increase the postmaster's limit on how many

     concurrent backend processes it can start.

 
-    

In PostgreSQL 6.5 and up, the default limit is 32 processes. You

-    can increase it by restarting the postmaster with a suitable
-    -N value. With the default configuration you can set
-    -N as large as 1024. If you need more, increase
-    MAXBACKENDS in include/pg_config.h and rebuild.
-    You can set the default value of -N at configuration time,
-    if you like, using configure's --with-maxbackends
-    switch.

+    

The default limit is 32 processes. You can increase it by

+    restarting the postmaster with a suitable -N value or
+    modifying postgresql.conf.

 
     

Note that if you make -N larger than 32, you must also

     increase -B beyond its default of 64; -B must be at