Skip to content

Commit 25038a6

Browse files
authored
memory_limit = 512M
1 parent f0dba9f commit 25038a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/prep_php/files/CentOS/fpm.php.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ max_input_time = 3600
401401

402402
; Maximum amount of memory a script may consume (128MB)
403403
; http://php.net/memory-limit
404-
memory_limit = 128M
404+
memory_limit = 512M
405405

406406
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
407407
; Error handling and logging ;

0 commit comments

Comments
 (0)