FedoraLdap: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
The Fedora Directory server.
The Fedora Directory server.


Notes
'''Notes'''


Fedora-ds requires a large number of file handles. This should be configured via the Fedora-ds admin console.
Fedora-ds requires a large number of file handles. This should be configured via the Fedora-ds admin console.

Latest revision as of 06:24, 12 May 2009

The Fedora Directory server.

Notes

Fedora-ds requires a large number of file handles. This should be configured via the Fedora-ds admin console.

Open the Directory Server, select Tab Configuration, then select Tab Performance and change field "Maximum number of file descriptors" to 8192.

It may be necessary to also change the Unix process limits in one or more of the following locations.

In script /etc/init.d/fedora-ds, add line

            ulimit -n 8192

Check file /etc/security/limits.conf, add the following line:

          *               -       nofile       8192

Check file /etc/sysctl.conf, make sure fs.file-max is larger than the limit specified in /etc/limits.conf:

      # ADDED FOR FDS
      net.ipv4.tcp_keepalive_time = 300
      net.ipv4.ip_local_port_range = 1024 65000
      fs.file-max = 64000

Check file /opt/fedora-ds/slapd-lychee/config/dse.ldif

      nsslapd-maxdescriptors: 8192