内容简介:通用解决方案出现bug 的原因也是sock文件开启过多问题环境介绍:
错误日志: [2018-10-25 15:53:46 #18031.8] ERROR swServer_master_onAccept (ERROR 502): accept() failed. Error: Too many open files[24]
$ lsof php 18031 dev 2228u sock 0,6 0t0 22568618 can't identify protocol php 18031 dev 2229u sock 0,6 0t0 22568628 can't identify protocol php 18031 dev 2230u sock 0,6 0t0 22568639 can't identify protocol
strace -p 18031 accept4(3, 0x7ffead354820, [116], SOCK_CLOEXEC|SOCK_NONBLOCK) = -1 EMFILE (Too many open files)
通用解决方案 ulimit -n
调整参数
出现bug 的原因也是sock文件开启过多
问题环境介绍:
阿里云连接 AWS 数据库ip端口映射地址 (非常慢)
数据库连接或调用抛出异常就会重连, 弱网环境死循环.
服务启动大概2-4小时候文件开启数达到上限.....
修改代码重启至今未出现相同场景
先监控把 以后有问题本文会持续更新
最后更新于 2018-10-26 05:19:20 并被添加「」标签,已有 1 位童鞋阅读过。
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 服务器完整搭建jupyter 科学环境服务
- 微服务 Docker 化之基础环境
- CentOS服务器配置node环境
- F5为多云环境提供一致的应用服务
- linux 服务器搭建node.js环境
- 主机Redis服务迁移到现有Docker Overlay环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Handbook of Data Structures and Applications
Dinesh P. Mehta / Chapman and Hall/CRC / 2004-10-28 / USD 135.95
In the late sixties, Donald Knuth, winner of the 1974Turing Award, published his landmark book The Art of Computer Programming: Fundamental Algorithms. This book brought to- gether a body of kno......一起来看看 《Handbook of Data Structures and Applications》 这本书的介绍吧!