increate php memory limit

This commit is contained in:
2022-10-08 13:59:41 +05:00
parent 2c9e61417b
commit e43a18df11
3 changed files with 5 additions and 3 deletions

View File

@ -427,7 +427,7 @@ max_input_time = 60
; Maximum amount of memory a script may consume
; https://php.net/memory-limit
memory_limit = 128M
memory_limit = 1G
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;