Skip to main content

Installation and upgrade

Configure the database connection pool

The default connection pool configuration of ARIS Risk and Compliance 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:

  • com.aris.arcm.dbcp.initialSize,

  • com.aris.arcm.dbcp.maxActive, com.aris.arcm.dbcp.maxWait

  • com.aris.arcm.dbcp.maxIdle, com.aris.arcm.dbcp.minIdle

  • com.aris.arcm.dbcp.removeAbandoned

  • com.aris.arcm.dbcp.removeAbandonedTimeout, com.aris.arcm.dbcp.logAbandoned

Procedure. 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 and Compliance.