falense / b2_fuse

FUSE integration for Backblaze B2 Cloud storage
MIT License
241 stars 26 forks source link

Optimize large file uploads #27

Open falense opened 8 years ago

falense commented 8 years ago

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.

leonidasv commented 7 years ago

Excited for this feature.