File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 12
12
alink ="#0000FF ">
13
13
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
14
14
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 >
16
16
17
17
< P > Current maintainer: Bruce Momjian (< A href =
18
18
"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
722
722
< P > You need to increase the < I > postmaster's</ I > limit on how many
723
723
concurrent backend processes it can start.</ P >
724
724
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 >
733
728
734
729
< P > Note that if you make < I > -N</ I > larger than 32, you must also
735
730
increase < I > -B</ I > beyond its default of 64; < I > -B</ I > must be at
You can’t perform that action at this time.
0 commit comments