I have an EC2 instance running Owncloud 10.0.10
The files are stored in an S3
bucket.
Files up to 200-300MB works fine.
However, for large files (+1GB), it is impossible to download them, it keeps processing for a while, and then I get a 500 error after a few minutes processing.
I have tried changing my EC2 instance size, got to the x4large one (64GB ram and 16 cores), and increased the memory_limit
on my php.ini
to near to this value. Yet, the download cannot even start, I click on it, it keeps processing and then I get this error.
Any idea what can I do to fix it?
OS: Ubuntu 18.04