forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b959d4
committed
Reduce the default for max_worker_processes back to 8.
Commitb460f5d -- at my suggestion --increased the default value of max_worker_processes from 8 to 16, onthe theory that this would be harmless and convenient for users.Unfortunately, this caused some buildfarm machines with low connectionlimits to start failing, so apparently it's not harmless after all.1 parent88f626f commit2b959d4
File tree
5 files changed
+6
-6
lines changed- doc/src/sgml
- src
- backend/utils
- init
- misc
- bin/pg_resetxlog
5 files changed
+6
-6
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1982 | 1982 |
| |
1983 | 1983 |
| |
1984 | 1984 |
| |
1985 |
| - | |
| 1985 | + | |
1986 | 1986 |
| |
1987 | 1987 |
| |
1988 | 1988 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2477 | 2477 |
| |
2478 | 2478 |
| |
2479 | 2479 |
| |
2480 |
| - | |
| 2480 | + | |
2481 | 2481 |
| |
2482 | 2482 |
| |
2483 | 2483 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 |
| - | |
| 164 | + | |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
587 |
| - | |
| 587 | + | |
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
| |||
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
803 |
| - | |
| 803 | + | |
804 | 804 |
| |
805 | 805 |
| |
806 | 806 |
| |
|
0 commit comments
Comments
(0)