Modifica di max_connection
il parametro richiede un riavvio di Postgres
Comandi
-
Controlla max_connection solo per tenere a mente il valore corrente
SHOW max_connections;
-
Modifica il valore max_connection
ALTER SYSTEM SET max_connections TO '500';
-
Riavvia il server PostgreSQL