Configure the database connection pool

The default connection pool configuration of ARIS Risk & Compliance Manager can be modified for all database systems by adding specific parameters to the external service registration of DB type. To avoid conflicts with pool parameters of other ARIS products, the prefix com.aris.arcm.dbcp.* is used. Supported parameters are:

Procedure

  1. Start ARIS Cloud Controller (ACC).
  2. Enter:

    update external service <dbserviceID> com.aris.arcm.dbcp.initialSize=<size> com.aris.arcm.dbcp.maxActive=<size>

    Example:

    update external service db0000000001 com.aris.arcm.dbcp.initialSize=15 com.aris.arcm.dbcp.maxActive=100

The default connection pool configuration is now available for ARIS Risk & Compliance Manager.