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...")
 
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

Revision as of 06:28, 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


Advertising: