barrel: Increase max upload size to 250 MB
This commit increases the maximal php upload size to 250 MB (from the default of 2).
This commit is contained in:
parent
a2612e5ee6
commit
7cbfaf99d5
4 changed files with 18 additions and 3 deletions
13
distillery/resources/compose/barrel/conf/wisski.ini
Normal file
13
distillery/resources/compose/barrel/conf/wisski.ini
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
; 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue