maximum number of open file descriptors
~ $ vim /etc/security/limits.conf # change the followings # * hard nofile 10000 # * soft nofile 10000 # Then you may check limits ~ $ ulimit -Sn ~ $ ulimit -Hn