Skip to content

Commit ab3b9e3

Browse files
committed
modify php.ini memory_limit 128 -> 256 M for yii2 class autoload script
1 parent da25901 commit ab3b9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-fpm/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ max_input_time = 60
401401

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

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

0 commit comments

Comments
 (0)