Where to set ConnectionPoolingMaxActive = 500

0
We are running mendix on a linux environment with a postgresql database and want to set the ConnectionPoolingMaxActive setting. Where do we set this setting?
asked
2 answers
1

The ConnectionPoolingMaxActive setting should be in the mxruntime section of your m2ee.yaml file.

For more information about these settings, see also the full-documented-m2ee.yaml file in the examples directory.

answered
1

This setting is documented in the full example configuration file:

https://github.com/mendix/m2ee-tools/blob/develop/examples/full-documented-m2ee.yaml#L555

answered