Configuration for remote database configuration. The remote configuration holds the database connection parameters. The local thread pool is configured here.
Use Policy Manager Database Configuration (pm.database.config.enabled)
This property controls whether a database configuration will be retrieved from Policy Manager's vault. If this is enabled, whenever a Policy Manager client is registered with the system, the central database configuration will be retrieved, and a new DataSource will be published based on that configuration. This should only be enabled for Network Director configurations.
Default: true
Max Active Connections (pm.database.config.maxActiveConnections)
The maximum number of active connections in connection pool
Default: 10
Min Idle Connections (pm.database.config.minIdleConnections)
The minimum number of idle connections in connection pool
Default: 2