Alterando
max_connection
parâmetro precisa de uma reinicialização do Postgres Comandos
-
Verifique max_connection apenas para manter o valor atual em mente
SHOW max_connections;
-
Alterar valor de max_connection
ALTER SYSTEM SET max_connections TO '500';
-
Reinicie o servidor PostgreSQL