Environment Variable for App DB

Is it possible to increase the max pool size to the internal DB? I have increased the pool size to connected databases, but see the max connections to the internal DB is unaffected by that. It is consistently using 15/15:

{"metabase-postgres-app-db":{"numConnections":15,"numIdleConnections":15,"numBusyConnections":0,"minPoolSize":1,"maxPoolSize":15}

Hi @brian
Yes, the application database can be adjusted with this variable:
https://www.metabase.com/docs/latest/operations-guide/environment-variables.html#mb_application_db_max_connection_pool_size

1 Like

Thank you!