On 21/05/15 12:36, Adam Wolk wrote:
Hi misc@For about 2 months I have been running owncloud on an amd64 -current machine using httpd from base. I'm so far quite happy with the setup but can't get the service working with large file uploads & downloads. When trying with the owncloud client from a Linux machine I receive connection timeouts while synchronizing directories containing large files (7.5-8 GB per file). I have the same issues while uploading the file. I see no errors related to this in: - /var/www/logs/access.log - /var/www/logs/error.log - /var/log/php-fpm.log So far I have tried: - setting connection max request body to 10GiB (10737418240 bytes) - setting connection timeout to 43200 (12h instead of default 10 minutes) - changing upload_max_filesize/post_max_size in .user.ini of owncloud but that only seems to impact the UI itself - changing upload_mmax_filesize in php-5.5.ini this doesn't seem to also have any impact
Maybe it's so obvious that you didn't put it here, but have you changed ownCloud's default max size file? IIRC it was about 2GB, at least on version 6 and 7.

