Welcome! Log In Create A New Profile

Advanced

Small correction in default php-fpm conf file

Posted by rahul286 
Small correction in default php-fpm conf file
June 26, 2010 07:24PM
Noticed these lines in file - php5-fpm.conf

====START====
; Sets the number of server processes created on startup.
; Used only with 'dynamic' pm.style
; default : min_spare + (max_spare - min_spare) / 2
;
;pm.start_servers = 20
====END====

Following line can be simplified...

; default : min_spare + (max_spare - min_spare) / 2


to

; default : (max_spare + min_spare) / 2

Nothing wrong about it. Just thought making it simpler would be
better! ;-)
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 248
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready