14 lines
347 B
INI
14 lines
347 B
INI
; File Uploads up to 1GB
|
|
file_uploads = On
|
|
upload_max_filesize = 1000M
|
|
post_max_size = 1000M
|
|
|
|
; Composer uses an absurd amount of memory
|
|
; 4GB ought to be enough
|
|
memory_limit = 4G
|
|
|
|
; Increase various limits for some long running WissKI operations
|
|
max_execution_time = 3000
|
|
max_input_time = 600
|
|
max_input_nesting_level = 640
|
|
max_input_vars = 10000
|