we use just the same settings:
upload_max_filesize=90G
post_max_size=90G
memory_limit=512M
mbstring.func_overload=0
always_populate_raw_post_data=-1
default_charset=‘UTF-8’
output_buffering=0
Did you check that all of them are used by system? Do memory_limit is possible to set for more them 512M ?
I indeed can set the memory_limit to higher values than 512M, what I already did. But even with a memory_limit of 1024 M or – the other way – 128M (in both the system settings and .htaccess files at the same time) the download stopped at 512M.
I’m not sure how to check if all of those settings are used by the system.
In the server management itself I can set values for
It must be a nextcloud related issue, because downloading from other sources on the server does work.
Even fresh Nextcloud installations with both MySQL and SQlite as database have this issue on my server.
It seems that I can’t use sudo on my managed server, but with standard user I get the default values of the mentioned settings. This information probably does not help, but at least none of those settings have a value of 500 or 512 MB.