Hi,
We are currently using SonarQube Server Community Edition 10.7.0, deployed using Helm, and we are trying to reduce the number of database connections (we use RDS with Postgres) using environment variables.
We tried to change the values in the Helm charts values as following:
env:
- name: SONAR_JDBC_MAXACTIVE
value: "10"
- name: SONAR_JDBC_MAXIDLE
value: "3"
However, the number of database connections is always at 20.
Did we miss any behavior?
Is 20 the strict minimum value for SonarQube to run?
Anything else?
Thank you in advance,
Best,
Yoan