Bump PHP memory_limit to fix Quote edit page

This commit is contained in:
Karl Cordes 2019-07-02 13:25:09 +10:00
parent 8a95fcdc43
commit 0a08a7e8a9
2 changed files with 1 additions and 2 deletions

View file

@ -16,4 +16,3 @@ www-data@helios:~$ du -hcs emails
192G total
www-data@helios:~$

View file

@ -455,7 +455,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 ;