<div dir="ltr">Hello list,<br><br>I'm hitting quite easily this [1] exception with heat. The db server is configured to have 1000<br>max_connnections and 1000 max_user_connections and in the database section of heat<br>conf I have these values set:<br>max_pool_size = 22                                                                                                                                                                                             <div>max_overflow = 0<br>Full config attached.<br><br>I ended up with this configuration based on this formula:<br><div>num_heat_hosts=4</div><div>heat_api_workers=2</div><div>heat_api_cfn_workers=2</div><div>num_engine_workers=4</div><div>max_pool_size=22</div><div>max_overflow=0</div>num_heat_hosts * (max_pool_size + max_overflow) * (heat_api_workers + num_engine_workers + heat_api_cfn_workers)<br>704<br><br>What I have noticed is that the number of connections I expected with the above formula is not respected.<br>Based on this formula each node (every node runs the heat-api, heat-api-cfn and heat-engine) should<br>use up to 176 connections but they even reach 400 connections.<br><br>Has anyone noticed a similar behavior?<br><br>Cheers,<br>Spyros<br><br>heat-version: ocata</div>[1] "User heat already has more than 'max_user_connections' active connections"<br></div>