doubling memory limit for php on brokers
This commit is contained in:
parent
6e96b1c6f9
commit
f05fdc71d5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue