18 Tuning Server Configuration Properties

This chapter contains the following sections:

18.1 Overview

This chapter includes configuration settings that you can modify to fine-tune system performance.

18.2 Configuring Identity Certification Settings on the Server

You can configure the maximum number of records that the Oracle Identity Analytics server will process in a single batch when performing identity certification. If the batch size is set too high, system performance is adversely affected and the certification process may run out of memory. If batch sizes are set too low, certification times may take longer.

Note:

To configure the maximum number of records that users see on screen when viewing certifications on the My Certifications screen, modify batching in the UI.

See "Configuring the Maximum Number of Identity Certification Records That Should Display in the UI" in the "Customizing the Oracle Identity Analytics User Interface" chapter in the System Integrator's Guide for Oracle Identity Analytics.

18.2.1 To Modify Identity Certification Batch Sizes on the Server

  1. Open the idc.properties file located in $RBACX_WAR/conf to configure how many identity certification records will be processed in a batch.

  2. Scroll to the section that says IDC Server side batch sizes.

  3. Find the correct configuration key, then change the value.

    See the following examples:

    • For user entitlement certifications, find the com.vaau.rbacx.idc.certification.usersBatchSize key and change the numeric value up or down.

    • For resource entitlement certifications, find the com.vaau.rbacx.idc.certification.resourcesBatchSize key and change the numeric value up or down.

  4. Save the file.