php線程開啟檔案控制代碼受限導致的異常502 Bad Gateway

來源:互聯網
上載者:User
php線程開啟檔案控制代碼受限導致的錯誤502 Bad Gateway

查過網上的資源,基本都是認為是php線程開啟檔案控制代碼受限導致的錯誤。具體的解決的辦法如下:

?

1、提升伺服器的檔案控制代碼開啟開啟

/etc/security/limits.conf : (增加)

* ? ?soft ? ?nofile ? ?51200

* ? ?hard ? ?nofile ? ?51200

# vi /etc/security/limits.conf?加上
* soft nofile 51200
* hard nofile 51200

?

2、提升nginx的進程檔案開啟數

?

nginx.conf : worker_rlimit_nofile 51200;

?

3、修改php-fpm.conf檔案,主要需要修改2處

?

命令 ulimit -n 查看限制的開啟檔案數,php-fpm.conf 中的選項rlimit_files 確保和此數值一致。

?

?10240

?

51200

?

4、

# vi /etc/sysctl.conf?
底部添加
fs.file-max=51200

完成以上修改,重啟PHP,警告資訊再也沒了。

?

世界從此安寧,502 Bad Gateway 沒有了。

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.