Bug 1292365

Summary: [DOC][3.3.1] file descriptor limit
Product: Red Hat Directory Server Reporter: Kazuo Moriwaka <kmoriwak>
Component: Doc-performance-and-tuningAssignee: Marc Muehlfeld <mmuehlfe>
Status: CLOSED DUPLICATE QA Contact: Viktor Ashirov <vashirov>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0CC: bcleary
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-25 10:33:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kazuo Moriwaka 2015-12-17 08:28:17 UTC
Description of problem:
Method for setting system file descriptor limit is not for RHEL7.

URL:
https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/10/html-single/Performance_Tuning_Guide/index.html#file-descriptors

----------------------------------------
3. Then increase the maximum number of open files on the system by editing the /etc/security/limits.conf configuration file. Add the following entry:

*        -        nofile        8192

4. Edit the /etc/pam.d/system-auth, and add this entry:

session required pam_limits.so

5. Reboot the machine to apply the changes. 
----------------------------------------

I suggest to replace with following:
----------------------------------------
3. Then increase the maximum number of open files on the system by editing the /etc/sysconfig/dirsrv.systemd configuration file. Change the following entry:

[Service]
LimitNOFILE=8192

4. Restart the service to apply the changes.
----------------------------------------

Comment 1 Marc Muehlfeld 2016-11-25 10:33:09 UTC

*** This bug has been marked as a duplicate of bug 1310280 ***