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

Optimize large file uploads #27

Open
falense opened this issue Nov 4, 2016 · 1 comment
Open

Optimize large file uploads #27

falense opened this issue Nov 4, 2016 · 1 comment

Comments

@falense
Copy link
Owner

falense commented Nov 4, 2016

By making use of large file upload features in B2 it should be possible to reduce the memory footprint of B2Fuse to a set maximum memory size. This at the cost of disk space as the entire file must be stored somewhere. Instead of loading the entire file to memory before uploading, chunks could be loaded at a time limiting the maximal memory consumption at any given time.

@falense falense self-assigned this Nov 4, 2016
@leonidasv
Copy link

Excited for this feature.

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

No branches or pull requests

2 participants