關於Linux主機報錯(Resource temporarily unavailable)的解決辦法
現象描述:
主機登陸或者切換使用者時報錯資源暫時不可用(Resource temporarily unavailable)。
[root@zyserver ~]# su - oracle
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: Resource temporarily unavailable
解決方法:
這是由於主機上使用者開啟的執行緒太多,超過了系統核心引數設定。
需要調整主機上的引數。
編輯以下檔案/etc/security/limits.conf,調整以下引數即可.
oracle soft nproc 65536
oracle hard nproc 65536
oracle soft nofile 65536
orale hard nofile 65536
另外,還需要將以下檔案/etc/security/limits.d/90-nproc.conf的引數也適當增大。
-bash-4.1$ more etc/security/limits.d/90-nproc.conf
# Default limit for number of user's processes to prevent
# accidental fork bombs.
# See rhbz #432903 for reasoning.
* soft nproc 65536
主機登陸或者切換使用者時報錯資源暫時不可用(Resource temporarily unavailable)。
[root@zyserver ~]# su - oracle
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: Resource temporarily unavailable
解決方法:
這是由於主機上使用者開啟的執行緒太多,超過了系統核心引數設定。
需要調整主機上的引數。
編輯以下檔案/etc/security/limits.conf,調整以下引數即可.
oracle soft nproc 65536
oracle hard nproc 65536
oracle soft nofile 65536
orale hard nofile 65536
另外,還需要將以下檔案/etc/security/limits.d/90-nproc.conf的引數也適當增大。
-bash-4.1$ more etc/security/limits.d/90-nproc.conf
# Default limit for number of user's processes to prevent
# accidental fork bombs.
# See rhbz #432903 for reasoning.
* soft nproc 65536
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15498/viewspace-2122081/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ogg報錯error 11, Resource temporarily unavailableErrorAI
- Resource temporarily unavailableAI
- 錯誤:bash: fork: Resource temporarily unavailableAI
- Linux Error: 11: Resource temporarily unavailableLinuxErrorAI
- ssh登入報錯-bash fork retry Resource temporarily unavailableAI
- linux 切換使用者報Resource temporarily unavailableLinuxAI
- su - oracle報錯su: cannot set user id: Resource temporarily unavailableOracleAI
- su cannot set user id Resource temporarily unavailable故障解決AI
- cannot set user id: Resource temporarily unavailableAI
- 關於npm install安裝報錯的解決辦法NPM
- 關於Chrome報錯 ERR_NAME_NOT_RESOLVED 解決辦法Chrome
- 關於python操作帶有中文檔名報錯的解決辦法Python
- git報錯400的解決辦法Git
- sysctl -P 報錯解決辦法
- VNC登陸灰屏 - fatal IO error 11 (Resource temporarily unavailable) on X serverVNCErrorAIServer
- Access restriction: The type 'Resource' is not API 解決辦法RESTAPI
- cnpm link 報錯解決辦法NPM
- Ubuntu Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)UbuntuAPTAI
- Linux 系統關機後電源無法關閉的解決辦法Linux
- 關於master..xp_cmdshell’的幾個錯誤解決辦法AST
- 建庫時EM報錯的解決辦法
- 關於 tcg/voyager 建立 Bread 後瀏覽許可權報錯的解決辦法
- Mybatis批量更新SQL報錯☞解決辦法MyBatisSQL
- 執行Docker命令報錯解決辦法Docker
- isNaN("abc")編譯報錯解決辦法NaN編譯
- 安裝ionic 報錯 安裝canvas報錯 解決辦法Canvas
- 關於IIS安裝後出現500錯誤的解決辦法
- 關於vm虛擬機器 不能上網的解決辦法虛擬機
- Myeclipse:resource is out of sync with the file system的解決辦法Eclipse
- oracle 10g emctl 報錯的解決辦法Oracle 10g
- Could not resolve host: 'localhost 報錯解決辦法localhost
- 安裝sysbench過程報錯,解決辦法
- IOConsole Updater 報錯解決辦法
- Java連線虛擬機器的redis報錯問題解決辦法Java虛擬機Redis
- jdon網站老是Service Temporarily Unavailable ???網站AI
- 開機checking file錯誤的解決辦法
- 電腦主機噪音大怎麼回事 主機噪音大的解決辦法
- Jsp Unescaped xml character報錯的解決辦法JSXML