Improving NGINX+PHP-FPM performance Skills

Source: Internet
Author: User

/etc/php-fpm.d

2.1 Number of processes PHP-FPM initial/idle/MAX worker processes Pm.max_children = Pm.start_servers = Pm.min_spare_servers = 5 Pm.max_spare_servers = 2.2 Maximum number of processing requests the maximum number of processing requests is when a PHP-FPM worker process terminates after processing the number of requests, and the master process re-respawn a new one.     The primary purpose of this configuration is to avoid memory leaks caused by third-party libraries referenced by the PHP interpreter or program. Pm.max_requests = 10240 Reference: http://blog.csdn.net/dc_726/article/details/12340349

Improving NGINX+PHP-FPM performance Skills

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.