Today I connect to Linux server with Putty, encounter error “Too many open files in system”.
The limitation is setted in “/proc/sys/fs/file-max”, the max files opened at the same time. To solve this problem:
1. Set a big value.
2. Reboot the server.
本文介绍了解决Linux服务器上因Too many open files in system错误导致的问题的方法。该错误通常由于系统同时打开的文件数量达到上限引起。解决步骤包括调整文件最大句柄数并重启服务器。
Today I connect to Linux server with Putty, encounter error “Too many open files in system”.
The limitation is setted in “/proc/sys/fs/file-max”, the max files opened at the same time. To solve this problem:
1. Set a big value.
2. Reboot the server.

被折叠的 条评论
为什么被折叠?