Difference between revisions of "Pm.max requests"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
  ; The number of requests each child process should execute before respawning.
 
  ; The number of requests each child process should execute before respawning.
  ; This can be useful to work around memory leaks in 3rd party libraries. For
+
  ; This can be useful to work around [[memory leaks]] in 3rd party libraries. For
 
  ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
 
  ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
 
  ; Default Value: 0
 
  ; Default Value: 0
Line 8: Line 8:
  
 
  [[PHP pm]]
 
  [[PHP pm]]
 +
[[systemctl restart php7.2-fpm.service]]
  
 
+
== See also ==
 
* {{PHP-fpm}}
 
* {{PHP-fpm}}
 
* {{PHP}}
 
* {{PHP}}
 +
 +
[[Category:PHP]]

Latest revision as of 06:36, 23 September 2022

; The number of requests each child process should execute before respawning.
; This can be useful to work around memory leaks in 3rd party libraries. For
; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
; Default Value: 0
;pm.max_requests = 500


PHP pm
systemctl restart php7.2-fpm.service

See also[edit]

Advertising: