On Sat, Dec 28, 2024 at 11:24 PM Jim Nasby <jna...@upgrade.com> wrote: > > IMHO none of this will be very sane until we actually have cluster-level > limits. One sudden burst in active connections and you still OOM the instance.
Fwiw, PG does support "max_connections" GUC, so a backend/connection - level limit, times "max_connections", yields a cluster-level limit. Now, which is easier for customers to understand -- that's up for debate! James