pgsql: Doc: document possible need to raise kernel's somaxconn limit.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: document possible need to raise kernel's somaxconn limit.
Дата
Msg-id E1oQUgX-000r5x-6n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: document possible need to raise kernel's somaxconn limit.

On fast machines, it's possible for applications such as pgbench
to issue connection requests so quickly that the postmaster's
listen queue overflows in the kernel, resulting in unexpected
failures (with not-very-helpful error messages).  Most modern OSes
allow 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.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7951e0d7af98fabec9e9146b409b4c5636932d66

Modified Files
--------------
doc/src/sgml/runtime.sgml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove offsetof definition
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove further unwanted linker flags from perl_embed_ldflags