#supervisorctl status
too many open files
Solution: 1. add the below at the end of /etc/security/limits.conf:
#open files(-n)
* soft nofile 65536
* hard nofile 65536
#max user processes(-u)
* soft nproc 65565
* hard nproc 65565
2.Restart the servce
too many open files
Solution: 1. add the below at the end of /etc/security/limits.conf:
#open files(-n)
* soft nofile 65536
* hard nofile 65536
#max user processes(-u)
* soft nproc 65565
* hard nproc 65565
2.Restart the servce
Done!
Similar Posts:
- [Solved] JVM Error: Failed to write core dump. Core dumps have been disabled.(jar was Forced to Exit)
- su: cannot set user id: Resource temporarily unavailable
- [Solved] Elasticsearch Startup Error: node validation exception
- Nginx report 500 internal server error
- [Solved] MYSQL Error: [Warning] Changed limits: max_open_files: 1024
- [Solved] Linux Start solr Server Error: Your open file limit is currently 1024
- [Solved] Linux Start solr Error: Your Max Processes Limit is currently 31202. It should be set to 65000 to avoid operational disruption.
- OSError: [Errno 24] Too many open files [How to Solve]
- [Solved] Mariadb Start Error: Could not increase number of max_open_files to more than 1024 (request: 5035)
- Nginx Error: too many open files [How to Solve]