Re: [389-users] too many fds open

2011-08-26 Thread Paul Robert Marino
well her is the section from that file that talks about it # In order to make more file descriptors available # to the directory server, first make sure the system # hard limits are raised, then use ulimit - uncomment # out the following line and change the value to the # desired value # ulimit -n

Re: [389-users] too many fds open

2011-08-26 Thread cfr100
That is not enough. You have to update /etc/sysconfig/dirsrv Otherwise, the process will still only get 1024. On Fri, Aug 26, 2011 at 10:28 AM, Paul Robert Marino wrote: > you need to edit /etc/security/limits.conf > add an entry for nofile the the default is 1024 the max is 65536 (1024 * > 64 )

Re: [389-users] too many fds open

2011-08-26 Thread Paul Robert Marino
you need to edit /etc/security/limits.conf add an entry for nofile the the default is 1024 the max is 65536 (1024 * 64 ) here is an extreme example setting it to the max for all users " * hardnofile 65536 * soft nofile 65536 " after you have