forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2ded1f1
committed
Adjust DSM and DSA slot usage constants (back-patch).
1. Previously, a DSA area would create up to four segments at each sizebefore doubling the size. After this commit, it will create only two ateach size, so it ramps up faster and therefore needs fewer slots.2. Previously, the total limit on DSM slots allowed for 2 per connection.Switch to 5 per connection.This back-patches commitd061ea2 from release 13 into 10-12 based on afield complaint.Discussion:https://postgr.es/m/CAO03teA%2BjE1qt5iWDWzHqaufqBsF6EoOgZphnazps_tr_jDPZA%40mail.gmail.comDiscussion:https://postgr.es/m/CA%2BhUKGL6H2BpGbiF7Lj6QiTjTGyTLW_vLR%3DSn2tEBeTcYXiMKw%40mail.gmail.com1 parent87ab464 commit2ded1f1
2 files changed
+2
-7
lines changedLines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 | 48 |
| |
54 |
| - | |
| 49 | + | |
55 | 50 |
| |
56 | 51 |
| |
57 | 52 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
0 commit comments
Comments
(0)