mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
PHRAS-3387 php fpm optimization (#4364)
* set different variables for cli and fpm memory limit * PHRAS-3387 set fpm variables for pm optimization
This commit is contained in:
@@ -401,7 +401,7 @@ max_input_vars = $MAX_INPUT_VARS
|
||||
|
||||
; Maximum amount of memory a script may consume (128MB)
|
||||
; http://php.net/memory-limit
|
||||
memory_limit = 2048M
|
||||
memory_limit = $FPM_MEMORY_LIMIT
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Error handling and logging ;
|
||||
|
Reference in New Issue
Block a user