Bug 1292365 - [DOC][3.3.1] file descriptor limit
Summary: [DOC][3.3.1] file descriptor limit
Keywords:
Status: CLOSED DUPLICATE of bug 1310280
Alias: None
Product: Red Hat Directory Server
Classification: Red Hat
Component: Doc-performance-and-tuning
Version: 10.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Marc Muehlfeld
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-17 08:28 UTC by Kazuo Moriwaka
Modified: 2016-11-25 10:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-25 10:33:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.