keji 发表于 2017-10-27 16:04:18

DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance()

下面是php-fpm.log 日志信息 DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 2 active children, 1 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 1 active children, 2 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1
DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance(), line 379: currently 0 active children, 3 spare children, 3 running children. Spawning rate 1


网站用的是wordpress程序,想实现zhangge.net/646.html (真的不是广告,百度到这篇文章的,有问题可以联系我删除,谢谢)这篇文章的免插件实现WordPress的Sitemap功能,之前在其他网站测试都正常,换了服务器,装的是lnmp1.4的

发现跟更改这段代码中的$myposts = get_posts('numberposts=-1&orderby=post_date&order=DESC');   numberposts=后面的数量大于3千,网站就会显示不了,报错,已经研究好久了,但是仍然没有头绪,也是首次装lnmp,希望军哥可以抽空解答下,谢谢

昨晚翻阅论坛发现有个这个帖子 wordpress3.4后主题管理不显示其他的主题?
解决方法:将scandir 函数从禁用列表里删掉就行了。顺便解决主题不显示的另外一个问题,不知道是不是跟这个php功能问题被关闭了是否有关闭,还望军哥看下,真心麻烦你了!谢谢!

licess 发表于 2017-10-28 09:37:20

你没法报错信息,没法说

keji 发表于 2017-10-29 22:20:10

回复 2# 的帖子

那需要给你什么报错信息呢?他只是不显示出来,把数量改小了就可以显示,改大不行,所以我也不知道要给你提供什么信息!谢谢军哥!

licess 发表于 2017-10-30 12:27:15

回复 3# 的帖子

“大于3千,网站就会显示不了,报错”,报的什么错误信息?

有可能就是数量多超时之类的,可以开一下慢日志看一下

keji 发表于 2017-10-31 21:46:29

回复 4# 的帖子

军哥已经解决了,开启php.ini报错显示,找到问题是memory_limit=128M内存太小了,导致加载不出来,不过好奇的事,之前在其他服务器搭载一样的配置,这个新的服务器就不行了,好郁闷啊!
页: [1]
查看完整版本: DEBUG: pid 80760, fpm_pctl_perform_idle_server_maintenance()