downloading large files use a lot of RAM
Steps to repeat:
- Upload a 3GB file to Nextcloud
- Download the file using the web interface
- Watch the nginx process RSS grow to 3GB
Fix:
Set proxy_buffering to false in the nginx reverse proxy in front of Nextcloud.
See the forum discussion.