Re: BUG #18094: max max_connections cannot be set - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18094: max max_connections cannot be set
Date
Msg-id 1716616.1694103921@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18094: max max_connections cannot be set  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #18094: max max_connections cannot be set
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #18094: max max_connections cannot be set
Next
From: PG Bug reporting form
Date:
Subject: BUG #18095: Unintended non-SSL connection attempt by psql cli command after a failed password authentication