<div dir="ltr">Hello,<br><br>I am having a problem with the management of connections at the pgpool level, it is giving me the following error in the pgpool log.<br><br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br>[[No Connection]] LOG:  child exiting, 100 connections reached<br><br>I attach the current configuration of the parameters corresponding to connection management.<br><br>process_management_mode = dynamic<br>num_init_children = 900<br>min_spare_children = 10<br>max_spare_children = 20<br>max_pool = 4<br>#child_life_time = 3min<br>child_max_connections = 100<br>connection_life_time = 180<br>client_idle_limit = 180<br><br>In postgres I have set max_connections = 1000.<br><br>I would appreciate any suggestions on a configuration improvement to avoid this connection refused error.<br> Also mention that currently there have not been more than 300 active connections.<br><br>Greetings.<br></div>