Increase PHP memory limit to 256M

This commit is contained in:
Daniel Winzen
2017-09-02 08:49:16 +02:00
parent e34ad9efd7
commit 8801d3ae0c
3 changed files with 3 additions and 3 deletions

View File

@ -386,7 +386,7 @@ max_input_time = 60
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M
memory_limit = 256M
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;

View File

@ -401,7 +401,7 @@ max_input_time = 60
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M
memory_limit = 256M
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;