forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3ccdeff
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 parent384497f commit3ccdeff
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 | 1318 |
| |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
1319 | 1335 |
| |
1320 | 1336 |
| |
1321 | 1337 |
| |
|
0 commit comments
Comments
(0)