From c53c0ca1ad5d236c3bc8be719a04d223ad8afbf7 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 16 Nov 2010 12:45:21 -0500 Subject: 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 --- install/share/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'install/share/Makefile.am') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 8fa84f9a8..1e71ae804 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -17,6 +17,7 @@ app_DATA = \ default-keytypes.ldif \ default-pwpolicy.ldif \ delegation.ldif \ + ds-nfiles.ldif \ dns.ldif \ kerberos.ldif \ indices.ldif \ -- cgit