Previous Topic: Disable FIPS for CA IAM Connector ServerNext Topic: Set the TLS Store Certificate Password


Configure CA IAM Connector Server to Work Under Heavy Loads (UNIX Only)

We recommend that you consider carefully the ulimit -n setting for the user for which you install CA IAM Connector Server. The default setting is too low to allow CA IAM Connector Server to function properly under load.

When this problem occurs the Java virtual machine shuts down and the following message appears in the jcs_daily log:

exiting because of 120 exceptions in a row: Too many open files

CA IAM Connector Server requires a minimum ulimit -n setting of around 80.

Follow these steps:

  1. Find out the value of maxThreads.

    The default value is stored in the following file:

    cs_home/jcs/conf/server_osgi_ad.xml
    

    If a custom value has been specified, it is stored in the following file:

    cs_home/jcs/conf/override/server_ad.properties
    
  2. Calculate the best ulimit value, using the maxThreads value:
  3. Set the ulimit value.