DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

Error: too many open files [How to Solve]

#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
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]

This entry was posted in Error and tagged Error: too many open files, ulimt on October 18, 2021 by Robins.

Post navigation

← There was an unexpected error (type=Method Not Allowed, status=405). Request method ‘GET’ not suppor [Solved] error: resource style/AppTheme (aka com.example.myapplication:style/AppTheme →

Recent Posts

  • [Solved] Win-KeX/wsl2/kali Startup Error: A fatal error has occurred and VcXsrv will now exit.
  • [Solved] samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file
  • k8s Error: [ERROR FileAvailable–etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists
  • [Solved] NoSuchMethodError: org.springframework.boot.web.servlet.error.ErrorController.getErrorPath
  • [Solved] flink web ui Submit Task Error: Server Respoonse Message-Internal server error
  • Mysql Error: 1140 – In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column ‘a.store’; this is incompatible with sql_mode=only_full_group_by
  • [Solved] Mybatis multi-table query error: Column ‘id’ in field list is ambiguous
  • [Solved] fluentd Log Error: read timeout reached
  • [Solved] xgboost Load Module File Error
  • [Solved] npm install Error: github requires permissions, Permission denied (publickey)

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress