freeipa/ipapython/platform/redhat
Tomas Babej 6961cf2e77 Perform dirsrv tuning at platform level
When configuring the 389 Directory Server instance, we tune it
so that number of file descriptors available to the DS is increased
from the default 1024 to 8192.

There are platform specific steps that need to be conducted
differently on systemd compatible platforms and sysV compatible
platforms.

systemd: set LimitNOFILE to 8192 in /etc/sysconfig/dirsrv.systemd
sysV: set ulimit -n 8192 in /etc/sysconfig/dirsrv
      set ulimit - nofile 8192 in /etc/security/limits.conf

https://fedorahosted.org/freeipa/ticket/3823
2013-08-26 13:07:17 +02:00
..
__init__.py convert the base platform modules into packages 2013-01-14 14:39:54 +01:00
auth.py convert the base platform modules into packages 2013-01-14 14:39:54 +01:00
service.py Perform dirsrv tuning at platform level 2013-08-26 13:07:17 +02:00