About the difference of file descriptors messages in smps.log.
search cancel

About the difference of file descriptors messages in smps.log.

book

Article ID: 14358

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



What is the difference of "Maximum number of file descriptors available to this process" and "Available file descriptors" in smps.log ?

Environment

Release:
Component: SMPLC

Resolution

We use getrlimit when we print message Maximum number of file descriptors available to this process

http://man7.org/linux/man-pages/man2/setrlimit.2.html

 

When we print Available file descriptors

We use function sysconf  with parameter _SC_OPEN_MAX

http://man7.org/linux/man-pages/man3/sysconf.3.html