错误提醒:Error:Cantcreateanewthread(errno12).Ifyouarenotoutofavailablememory,youcanconsultthemanualforapossibleOS-dependentbug //phpfensi.com
Errno.:1135
解决办法:
1,升级glibc版本。
2,修改配置文件
/etc/my.cnf,[mysqld]下增加
- innodb_thread_sleep_delay=40
- wait_timeout=100
- interactive_timeout=100
增加如下代码:
- [mysqld_safe]
- open-files-limit=10240
3,检查下系统相关链接数大小设置.