Saturday, November 7, 2015

Too many open files

If you get too many open files, you might want to do this:

1. vi /etc/sysctl.conf and add in the following to the last line:
fs.file-max = 65536

2. Reboot the server and check using sysctl -p

No comments:

Post a Comment