forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitba94dfd
committed
Doc: document possible need to raise kernel's somaxconn limit.
On fast machines, it's possible for applications such as pgbenchto issue connection requests so quickly that the postmaster'slisten queue overflows in the kernel, resulting in unexpectedfailures (with not-very-helpful error messages). Most modern OSesallow the queue size to be increased, so document how to do that.Per report from Kevin McKibbin.Discussion:https://postgr.es/m/CADc_NKg2d+oZY9mg4DdQdoUcGzN2kOYXBu-3--RW_hEe0tUV=g@mail.gmail.com1 parent4ee6740 commitba94dfd
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1299 | 1299 |
| |
1300 | 1300 |
| |
1301 | 1301 |
| |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1302 | 1318 |
| |
1303 | 1319 |
| |
1304 | 1320 |
| |
|
0 commit comments
Comments
(0)