14.8 Adjusting Timeout Values to Increase Performance

Identity Governance allows you to adjust the timeout values for various data production operations to achieve optimal performance in each environment. The timeout values are expressed in milliseconds. The default values work for the majority of installations.

  1. From a command prompt launch the Identity Governance Configuration utility with the database password. For more information, see Section 14.1.3, Using the Identity Governance Configuration Utility.

  2. Click the Miscellaneous Setting tab.

  3. In the Data Production Timeouts section, adjust the following settings as needed for your environment:

    Heartbeat interval (com.netiq.iac.dataProduction.heartbeat.interval)

    The interval between heartbeat updates for data production jobs. The default is 2 minutes (120000 ms).

    Job idle cutoff timeout (com.netiq.iac.dataProduction.cutoff.timeout)

    The amount of time, after the last heartbeat update, that a running job is deemed to be in an idle state where the data production processing has halted. The default is 6 hours (21600000 ms).

    Orphaned job idle add-on timeout (com.netiq.iac.dataProduction.orphan.addon.timeout)

    The additional amount of time, combined with the Job idle cutoff timeout, that will pass before a runtime instance can detect and clean up data production jobs with a different runtime identifier that have an idle state. The default is 1 hour (3600000 ms), which combined with the default cutoff timeout sets up an overall 7 hour default.

  4. Click Save to save the changes.