Skip to content

Commit 3794293

Browse files
Updated php.ini memory_limit set to default
1 parent 61fc96c commit 3794293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/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 = 64
404+
memory_limit = 128M
405405

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

0 commit comments

Comments
 (0)