How can we update and increase the media file upload max size ?
It looks like being independent from the php ini values post_max_size and file_upload_max_size
is it hardcoded somewhere ?

How can we update and increase the media file upload max size ?
It looks like being independent from the php ini values post_max_size and file_upload_max_size
is it hardcoded somewhere ?

unforuntaltey, the settings does not impact the media library.
It unlocks the fileupload widget indeed, but not the media widget in the backend.
php.ini are set like
filepupload_max_size: 2G
post_max_size: 2G
max_exeuciton_time: 0
for the php php.ini and apache php.ini files as well.
anyone facing this issue with the media finder ?
memory_limit could be another php.ini setting you have to adjust. The file is probably loaded into RAM to generate a thumbnail.