Hello, I have been encoutering this issue on several machines and have not been able to locate the cause even after days worth of searching, let alone find a solution (although I tried many things).
Basically, downloading a large file (1.2GB Video in this case) through my web browser simply fails once a certain amount as been downloaded. On one of my machines (4GB RAM) this happens around the 800MB-1GB mark, on another (2GB RAM) this happens around the 400-500MB mark. I have tried increasing PHP's memory_limit, max_input_time, max_execution_time, post_max_size, upload_max_filesize and opcache.memory_consumption, to no avail. I have set the following values similar to the example httpd.conf in the pkg-readme for nextcloud, additionally increasing the max request body from 513M to 4GB (although it fails similarly with both): # Set max upload size to 4GB (in bytes) connection max request body 4294967296 connection max requests 1000 connection request timeout 3600 connection timeout 3600 My only clue was the difference between the two machines being roughly proportional to their RAM size, but I do not understand this since I only observed RAM usage of around 50% by httpd (observed with ps aux). I am simply running out of ideas and struggling to find the cause of the issue, so I would appreciate any advice or places/settings/logs to look for an answer. Please let me know if you need additional information to help me, I am happy to provide it! Best, Unicorn