Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b579d46

Browse files
committed
Update FAQ.
1 parent e67bb7a commit b579d46

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

doc/src/FAQ/FAQ.html

+4-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
alink="#0000FF">
1313
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1414

15-
<P>Last updated: Thu Sep 6 20:45:54 EDT 2001</P>
15+
<P>Last updated: Thu Sep 6 20:51:03 EDT 2001</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<A href=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -722,14 +722,9 @@ <H4><A name="3.9">3.9</A>) I get 'Sorry, too many clients' when
722722
<P>You need to increase the <I>postmaster's</I> limit on how many
723723
concurrent backend processes it can start.</P>
724724

725-
<P>In PostgreSQL 6.5 and up, the default limit is 32 processes. You
726-
can increase it by restarting the <I>postmaster</I> with a suitable
727-
<I>-N</I> value. With the default configuration you can set
728-
<I>-N</I> as large as 1024. If you need more, increase
729-
<SMALL>MAXBACKENDS</SMALL> in <I>include/pg_config.h</I> and rebuild.
730-
You can set the default value of <I>-N</I> at configuration time,
731-
if you like, using <I>configure's</I> <I>--with-maxbackends</I>
732-
switch.</P>
725+
<P>The default limit is 32 processes. You can increase it by
726+
restarting the <I>postmaster</I> with a suitable <I>-N</I> value or
727+
modifying <I>postgresql.conf</I>.</P>
733728

734729
<P>Note that if you make <I>-N</I> larger than 32, you must also
735730
increase <I>-B</I> beyond its default of 64; <I>-B</I> must be at

0 commit comments

Comments
 (0)