When you have large traffics, maybe you will encounter the issue "Too many open files (error code 24)". For the Linux system, you can try the following method to solve it:
1. Edit the file "/etc/sysctl.conf" and add the lines:
fs.file-max = 655350
2. Edit the file "/etc/security/limits.conf" and add the lines:
* soft nofile 655350
* hard nofile 655350
3. Restart the Linux system.
Linux issue "Bad file descriptor" or "Too many open files"
-
FTP
- Site Admin
- Posts: 2155
- Joined: Tue Sep 29, 2009 6:09 am
Wing FTP Server
English
Deutsch
简体中文