Too many open files in system處理
此問題在metalink上有文章記錄
Error 'su: /Bin/Bash: Too Many Open Files In System' When Switching to Non-root User on Enterprise Linux [ID 1187463.1]
Linux x86-64
You can add the following line in /etc/sysctl.conf to keep the setting cross reboot:
[@more@]
Error 'su: /Bin/Bash: Too Many Open Files In System' When Switching to Non-root User on Enterprise Linux [ID 1187463.1]
Applies to:
Linux OS - Version: 4.4 and later [Release: OEL4U4 and later ]Linux x86-64
Symptoms
You get the following error when switching to non-root user by 'su':
su: /bin/bash: Too many open files in system
Cause
System-wide resource threshold file-max exceeded.Solution
Increase the file-max value, e.g.#echo "6553600" > /proc/sys/fs/file-max
You can add the following line in /etc/sysctl.conf to keep the setting cross reboot:
fs.file-max=6553600
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1055202/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Too many open files報錯處理
- titan-hadoop “Too many open files”修正Hadoop
- Ubuntu 解決 Too many open files 問題Ubuntu
- mysql備份提示 too many open files Errornumber 24MySqlError
- weblogic日誌報錯too many open filesWeb
- 解決WebLogic中Too many open files異常Web
- nginx 報錯 accept4 () failed (24: Too many open files)NginxAI
- docker中使用systemctl命令時報Too many open files錯誤Docker
- 超過最大檔案數—Linux-x86_64 Error: 23: Too many open files in systemLinuxError
- 解決 Too many symbol filesSymbol
- Nginx報錯: "Too many open files accept" 和 "could not build the server_names_hash"NginxUIServer
- 從原始碼角度談談open_files_limit的生成邏輯及"Too many open files"的解決思路原始碼MIT
- Too many files with unapproved license異常APP
- Linux - 修改檔案控制程式碼數(Too many open files 異常)Linux
- Weblogic BEA-002616 java.io.IOException: Too many open filesWebJavaException
- 持續迴圈讀檔案,導致的too many open files如何解決
- linux Too Many Files 問題檢視和解決方法Linux
- MySQL問題處理——1040錯誤Too many connectionsMySql
- too many open files 與程式網路連線資料檢視[轉載自北風之神巨佬的文章]
- MySQL: Too many connectionsMySql
- MySQL ERROR 1040: Too many connectionsMySqlError
- 【MySQL】Too many connections 案例一則MySql
- [HP-UX] cannot fork: too many processesUX
- NETAPP - LOGIN TOO MANY USERSAPP
- when tag object too many, performance very lowObjectORM
- session_max_open_filesSession
- React報錯之Too many re-rendersReact
- nginx 修改 max open files limitsNginxMIT
- AST is too big. Maximum: 500000 處理AST
- 關於mysql的Too many connections問題MySql
- AIX5.3: Too many processes 0403-030AI
- 如何修復 SPF PermError: too many DNS lookupsErrorDNS
- 解決Mysql錯誤[1040]Too many connectionsMySql
- mysql的max_connections和Too many connectionsMySql
- Mysql中too many connections問題的解決MySql
- 轉:AIX中The largest dump device is too small的處理AIdev
- 【故障處理】-0403-027 The parameter list is too long
- ValueError: output parameter for reduction operation logical_and has too many dimensions ?Error