Bump PHP memory_limit to fix Quote edit page
This commit is contained in:
parent
8a95fcdc43
commit
0a08a7e8a9
|
|
@ -16,4 +16,3 @@ www-data@helios:~$ du -hcs emails
|
||||||
192G total
|
192G total
|
||||||
www-data@helios:~$
|
www-data@helios:~$
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -455,7 +455,7 @@ max_input_time = 60
|
||||||
|
|
||||||
; Maximum amount of memory a script may consume (128MB)
|
; Maximum amount of memory a script may consume (128MB)
|
||||||
; http://php.net/memory-limit
|
; http://php.net/memory-limit
|
||||||
memory_limit = 128M
|
memory_limit = 256M
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; Error handling and logging ;
|
; Error handling and logging ;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue