Unverified Commit f05fdc71 authored by nymd's avatar nymd Committed by GitHub

doubling memory limit for php on brokers

parent 6e96b1c6
...@@ -4,7 +4,7 @@ log_errors=On ...@@ -4,7 +4,7 @@ log_errors=On
; 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
; Maximum allowed size for uploaded files. ; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize ; http://php.net/upload-max-filesize
upload_max_filesize = 20M upload_max_filesize = 20M
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment