Difference between revisions of "Pm.max requests"

From wikieduonline
Jump to navigation Jump to search
(Created page with " ; 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...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{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 6: Line 7:
  
  
 +
[[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: