Connection pool keeps running out of connections. How to check?

0
I am running mendix on on premise linux machines. Several times a week, the application reports that the connection pool has too many connections. In the yaml file, we added: ConnectionPoolingMaxActive: 10 And the connection pool in the database is also set to 10. Is there a way to confirm that mendix actually picked up the configuration setting from the yaml file?
asked
1 answers
0

You could also set all of the following properties as well which we used when experiencing a similar issue: ConnectionPoolingMaxIdle ConnectionPoolingMaxWait ConnectionPoolingSoftMinEvictableIdleTimeMillis

answered