Re: BUG #18094: max max_connections cannot be set

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18094: max max_connections cannot be set
Дата
Msg-id 1716616.1694103921@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #18094: max max_connections cannot be set  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #18094: max max_connections cannot be set  (Nikolay Samokhvalov <nikolay@samokhvalov.com>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Expectation for max max_connections is 262143 in PG14, but it cannot be
> achieved:

Why do you think that's the maximum?

If you are looking at MAX_BACKENDS, that is not a limit on
max_connections.  It is a limit on max_connections +
autovacuum_max_workers + 1 + max_worker_processes + max_wal_senders;
cf check_max_connections.

            regards, tom lane



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #18094: max max_connections cannot be set
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18095: Unintended non-SSL connection attempt by psql cli command after a failed password authentication