Enter this command under the root SSH;
ulimit -n 8000
After above command open the file with nano;
nano / etc / security / limits.conf
add the following to the end of your file;
soft nofile 8000
hard nofile 8000
Save the file with CTRL + X and then you need to reboot your server.