freeipa/install/share/ds-nfiles.ldif
Simo Sorce c53c0ca1ad Autotune directory server to use a greater number of files
This changes the system limits for the dirsrv user as well as
configuring DS to allow by default 8192 max files and 64 reserved
files (for replication indexes, etc..).

Fixes: https://fedorahosted.org/freeipa/ticket/464
2010-11-22 12:42:16 -05:00

9 lines
169 B
Plaintext

dn: cn=config
changetype: modify
replace: nsslapd-maxdescriptors
nsslapd-maxdescriptors: $NOFILES
-
replace: nsslapd-reservedescriptors
nsslapd-reservedescriptors: 64
-