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 pmarino@snap-interactive.com 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 ) here is an extreme example setting it to the max for all users
"
- hard nofile 65536
- soft nofile 65536
"
after you have made the change log out and log back in you can use "ulimit -a " to verify after you log back in then restart the directory server.