wisski-cloud-distillery/distillery/resources/compose/barrel/conf/wisski.ini
Tom Wiesing 7cbfaf99d5
barrel: Increase max upload size to 250 MB
This commit increases the maximal php upload size to 250 MB (from the
default of 2).
2020-08-14 11:08:06 +02:00

13 lines
No EOL
372 B
INI

; File Uploads up to 250 MB
; Seems to be reasonable compromise between the default (2MB) and maximum available space
file_uploads = On
upload_max_filesize = 250M
post_max_size = 250M
; Composer uses an absurd amount of memory
; 4GB ought to be enough
memory_limit = 4G
; If execution time turns out to be a problem
; we should uncomment this
; max_execution_time = 600