This is an example of the Postgresql database configuration in the Helm chart values.
max_connections
configurationFATAL: remaining connection slots are reserved for non-replication superuser connections
, you need to increase the max_connections
configuration for the Postgresql database.max_connections
value to 2000
.This is an example of the Postgresql database configuration in the Helm chart values.
max_connections
configurationFATAL: remaining connection slots are reserved for non-replication superuser connections
, you need to increase the max_connections
configuration for the Postgresql database.max_connections
value to 2000
.