What are the recommended ulimit settings in /etc/security/limits.conf for use with RSA Identity Governance & Lifecycle
Originally Published: 2019-10-18
Article Number
Applies To
RSA Version/Condition: 6.9.1, 7.x
Issue
Resolution
- Open file descriptors, soft nofile at least 16384, hard nofile at least 65536.
- Number of processes available to a single user, soft nproc at least 2047, hard nproc at least 16384.
- Size of the stack segment of the process stack, soft stack at least 10240, hard stack at least 32768.
- Check the soft and hard limits for the open file descriptor setting for user oracle. Ensure that the result is in the recommended range. For example:
$ ulimit -Sn 16384 $ ulimit -Hn 65536
- Check the soft and hard limits for the number of processes available to user oracle. Ensure that the result is in the recommended range. For example:
$ ulimit -Su 16384 $ ulimit -Hu 16384
- Check the soft and hard limits for the stack setting for user oracle. Ensure that the result is in the recommended range. For example:
$ ulimit -Ss 10240 $ ulimit -Hs 32768
To modify these settings, log in as user root and
- Edit /etc/security/limits.conf
cd /etc/security vi limits.conf
- Add these lines to the bottom of the file. These entries need to be defined for the oracle user.
oracle soft nofile 16384 oracle hard nofile 65536 oracle soft nproc 16384 oracle hard nproc 16384 oracle soft stack 10240 oracle hard stack 32768
The new values will take effect immediately. No application or system restart is required.
Related Articles
How to install Access Fulfillment Express (AFX) for use with RSA Identity Governance & Lifecycle 1.22KNumber of Views How to use Windows Password Integration with Offline Authentication on an RSA Authentication Agent 7.x for Windows 898Number of Views Running AFX Connectors start to fail, edited connectors remain in a Not Deployed state and 'Failed to start inbound endpoi… 1.1KNumber of Views Cannot add or manage a user with user ID <UserID>. User IDs must be unique within a deployment. This user ID is already in… 2.02KNumber of Views How to create a new ActiveMQ KahaDB for use with AFX in RSA Identity Governance & Lifecycle 355Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…
Don't see what you're looking for?