duanan5940 2017-11-15 16:59
浏览 301

如何调试php fpm?

I'll start with a bit of a back-story, there's times during the day we're getting a couple thousand requests to our server over a small period of time. While this is happening it seems that something regarding PHP FPM goes wrong and we can't access any of the webpages served by nginx and as soon as we restart php it seems to be working fine again. PHP FPM hasn't really been changed, the settings are as follows:

    pm = dynamic
    pm.max_children = 5
    pm.start_servers = 2
    pm.min_spare_servers = 1
    pm.max_spare_servers = 3
    pm.max_requests = 0
    pm.process_idle_timeout = 10s

After many of those requests are processed we start seeing this error

    connect() to unix:/run/php/php7.0-fpm.sock failed (11: Resource temporarily unavailable) while connecting to upstream, client: *.*.*.*, server: *.com, request: "GET /* HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "*.com"

I'm not sure if I can provide any more information regarding errors, if you think I can, be sure to ask and I'll check any of the log files I can. My question is can the problem be in the PHP FPM config?

  • 写回答

1条回答 默认 最新

  • douzhang7728 2017-11-16 19:39
    关注

    increase your pm.max_children = 5 to max supported by your system and decrease pm.process_idle_timeout = 10s to least

    评论

报告相同问题?

悬赏问题

  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题