google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
Transfer Pauses when uploading
I have a cache of 100 Gb.
Whenever I send multiple files (through SMB) to the "gdrive" it sends 1 file, waits till it's uploaded. Sends second file. Even though the cache is by far from filled.
Example: Cache is 100 Gb Folder has 3 files of 10 Gb. I copy the folder though SMB to the mounted folder File 1 is copied to cache. ocalmfuse starts uploading the file after transfer is finished. (it does nothing during the transfer) SMB stops with file 2 0 kbps transferspeed while ocamlfuse is uploading Upload of file 1 is done File 2 starts transfering from folder to mounted folder. File 2 is copied to cache. ocalmfuse starts uploading the file after transfer is finished. SMB stops with file 3 at 0 kbps transferspeed while ocamlfuse is uploading. <repeat for as many files as I have>
I was under the impression that with "cache" it just transfers everything to the cache and meanwhile uploads is. Now it "juggles". Either I can send files to the mounted folder OR it uploads to gdrive. Not at the same time.
I tried changing the upload speed to halve of what is availble thinking it got bottlenecked but the swap is 1.26, mem usage is 2.9% and CPU is 45% at most.
Am I missing a config option here or can ocamlfuse only handle 1 file at a time? Either recieve or send?