Heavily degraded performance on Policy Servers
search cancel

Heavily degraded performance on Policy Servers

book

Article ID: 109663

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction


When running Policy Server, and since two days, heavy slowness is seen on some of the Policy servers. At the time of the issue, messages like this one show up in the Policy Server log:

  Connection request rejected. Connection limit of 3072 exceeded 

  [Sm_Auth_Message.cpp:511][INFO][sm-log-00000] Execution time exceeded threshold. (CSm_Auth_Message::ProcessMessage, 19953, 5000, agent=<agent> client=*10.0.0.1  server=https://myserver.example.com resource=/index.html action=POST user=) 

 

Cause


The available file descriptors (nofiles) for the Policy Server process, 1024 is too low. Setting the Max Connection to 3072 will lead to request more than 1027 available file descriptors. The "available file descriptors" (nofiles) should be configured at the OS level (1).

 

Resolution


Set the value of ulimit -n to a value much higher than 1024 to fix this issue (1).

 

Additional Information

 

  1. Modify the Default Limit Parameters
    https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/siteminder/12-8/installing/install-a-policy-server/install-policy-server-on-unix/prepare-for-the-policy-server-installation.html