以下に示すのは、Helm Chartの設定値からPostgresqlデータベースを設定する際の一例です。
max_connections
設定FATAL: remaining connection slots are reserved for non-replication superuser connections
(致命的なエラー:残りの接続スロットは非レプリケーションスーパーユーザー接続用に予約されています)に遭遇した場合、PostgreSQLデータベースの max_connections
設定を増やす必要があります。max_connections
の値を 2000
に設定することをお勧めいたします。以下に示すのは、Helm Chartの設定値からPostgresqlデータベースを設定する際の一例です。
max_connections
設定FATAL: remaining connection slots are reserved for non-replication superuser connections
(致命的なエラー:残りの接続スロットは非レプリケーションスーパーユーザー接続用に予約されています)に遭遇した場合、PostgreSQLデータベースの max_connections
設定を増やす必要があります。max_connections
の値を 2000
に設定することをお勧めいたします。