jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.88k stars 92 forks source link

Move file contents to filesystem instead of db #291

Closed jstaf closed 1 year ago

jstaf commented 1 year ago

We should store file contents on the actual filesystem instead of in boltdb. This would allow file uploads and downloads to no longer constrained by memory.

sirber commented 1 year ago

Great idea. The DB could be used for metadata, and not content. I just got a crash trying to upload a 1.1GB zip file, on a 16GB ram + 32GB swap machine.

jstaf commented 1 year ago

Closed in #331