当前位置:网站首页>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 .
边栏推荐
- Fuzzy PID control of motor speed
- 【Mysql数据库】mysql基本操作集锦-看得会的基础(增删改查)
- 2022 zhongkepan cloud - server internal information acquisition and analysis flag
- Learning notes: what are the common array APIs that change the original array or do not change the original array?
- Antd treeselect gets the value of the parent node
- 在同一conda环境下先装Pytroch后装TensorFlow
- 官方颁发的SSL证书与自签名证书结合实现网站双向认证
- M-ary number STR to n-ary number
- Global variables in DLL
- Sqoop [put it into practice 02] sqoop latest version full database import + data filtering + field type support description and example code (query parameter and field type forced conversion)
猜你喜欢
[fluorescent character effect]
2021年山东省中职组“网络空间安全”B模块windows渗透(解析)
Matlab Simulink realizes fuzzy PID control of time-delay temperature control system of central air conditioning
[datawhale] [machine learning] Diabetes genetic risk detection challenge
[MySQL database] a collection of basic MySQL operations - the basis of seeing (adding, deleting, modifying, and querying)
Does volatile rely on the MESI protocol to solve the visibility problem? (top)
Development to testing: a six-year road to automation starting from 0
QT handy notes (III) use qtcharts to draw a line chart in VS
[Online deadlock analysis] by index_ Deadlock event caused by merge
I finished watching this video on my knees at station B
随机推荐
反射机制的原理是什么?
The diagram of user login verification process is well written!
苹果独占鳌头,三星大举复兴,国产手机在高端市场颗粒无收
Registration module use case writing
[fluorescent character effect]
ie7设置overflow属性失效解决方法
一种分布式深度学习编程新范式:Global Tensor
Use of OpenCV class
I finished watching this video on my knees at station B
asp. Net using redis cache
copyTo
高斯消元的应用
【信息系统项目管理师】初见高项系列精华汇总
Fiddler download and installation
EOJ 2020 1月月赛 E数的变换
“互联网+”时代的现代医学
Calling DLL to start thread
Server and client dual authentication (2)
Network flow learning notes
R language ggpubr package ggsummarystats function visualizes the grouping box diagram (custom grouping color) and adds the statistical values corresponding to the grouping under the x-axis label (samp