以下是 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
。