I see from time-to-time nutshell to consume all connections to Postgresql database (FATAL: sorry, too many clients already with max_connections = 100 setting) despite relatively low overall load. Connections consumed are idle, max 1 is active. Nutshell itself runs with around 12 system processes spawned.
I see from time-to-time nutshell to consume all connections to Postgresql database (
FATAL: sorry, too many clients alreadywithmax_connections = 100setting) despite relatively low overall load. Connections consumed are idle, max 1 is active. Nutshell itself runs with around 12 system processes spawned.