mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 11:21:56 -06:00
6961cf2e77
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 |
||
---|---|---|
.. | ||
plugins | ||
__init__.py | ||
adtrustinstance.py | ||
bindinstance.py | ||
cainstance.py | ||
certs.py | ||
dsinstance.py | ||
httpinstance.py | ||
installutils.py | ||
ipa_backup.py | ||
ipa_ldap_updater.py | ||
ipa_replica_prepare.py | ||
ipa_restore.py | ||
ipa_server_certinstall.py | ||
krbinstance.py | ||
ldapupdate.py | ||
Makefile.am | ||
memcacheinstance.py | ||
ntpinstance.py | ||
otpdinstance.py | ||
replication.py | ||
service.py | ||
sysupgrade.py | ||
upgradeinstance.py |