Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve file size limits on 32 Bit systems #77

Closed
derkostka opened this issue Jun 11, 2017 · 0 comments
Closed

Improve file size limits on 32 Bit systems #77

derkostka opened this issue Jun 11, 2017 · 0 comments

Comments

@derkostka
Copy link
Contributor

derkostka commented Jun 11, 2017

In Owncloud and Nextcloud, which are using sabre-http, one drawback is, that downloading big files failes on 32 Bit machines. Many machines with 32 Bit architecture are SBCs, such as Raspberry Pi and Odroid devices.

With the related patch, the function stream_copy_to_stream is replaced by a chunked process, to overcome that issue.

Please take over this patch to improve greatly for 32 Bit systems, for the time beeing ...

Patch:
#74
Details:
nextcloud/server#1707
owncloud/core#23788

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant