当前位置:网站首页>WARNING: [pool www] server reached pm. max_ children setting (5), consider raising it
WARNING: [pool www] server reached pm. max_ children setting (5), consider raising it
2022-07-26 09:48:00 【Color the sky】
Server environment nginx+php5.7+mysql5.5
The program is inexplicable 502 see nginx The log found an error :connect() failed (111: Connection refused) while connecting to upstream
nginx Run Hengchang , restart nginx The error is still unresolved ,
Find the reason for this error on the Internet , In general upstream All are PHP Caused by the ,
see php-fpm.log Find a warning :
WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
intend php-fpm Concurrent processes are full , modify php-fpm.conf Configuration information
pm.max_children = 30 // Maximum child process ( The default is 5 individual )
pm.start_servers = 10 //php-fpm Number of start processes
pm.min_spare_servers = 10 //php-fpm The minimum number of idle processes
pm.max_spare_servers = 24 //php-fpm Maximum number of idle processes for
pm.max_requests = 500 // All child process restart time
And then restart php, Problem solving .
边栏推荐
- C managed and unmanaged
- Solve proxyerror: CONDA cannot proceed due to an error in your proxy configuration
- mfc随手笔记
- POJ 1012 Joseph
- MQTT X CLI 正式发布:强大易用的 MQTT 5.0 命令行工具
- 挡不住了,纯国产PC已就位,美国的软硬件体系垄断正式被破
- Customize permission validation in blazor
- Gauss elimination solves the inverse of matrix (Gauss)
- Cloud native (36) | introduction and installation of harbor in kubernetes
- EOJ 2020 1月月赛 E数的变换
猜你喜欢
随机推荐
Node 内存溢出及V8垃圾回收机制
R语言ggplot2可视化: 将图例标题(legend title)对齐到ggplot2中图例框的中间(默认左对齐、align legend title to middle of legend)
spolicy请求案例
IIS error prompt after installing Serv-U: hresult:0x80070020
Mo team learning notes (I)
Gauss elimination
C managed and unmanaged
How to add a PDB
Why does new public chain Aptos meet market expectations?
学习笔记之常用数组api 改变原数组和不改变原数组的有哪些?
R语言ggpubr包ggsummarystats函数可视化分组箱图(自定义分组颜色)并在X轴标签下方添加分组对应的统计值(样本数N、中位数median、四分位数的间距iqr、统计值的色彩和分组图色匹配
Sqoop【付诸实践 02】Sqoop1最新版 全库导入 + 数据过滤 + 字段类型支持 说明及举例代码(query参数及字段类型强制转换)
JS table auto cycle scrolling, mouse move in pause
uni-app学习总结
Mo team learning summary (II)
Mqtt x cli officially released: powerful and easy-to-use mqtt 5.0 command line tool
POJ 1012 Joseph
Table extraction for opencv table recognition (2)
高斯消元的应用
E. Two Small Strings