Use RClone to locally cache torrents fully before seeding. Possible?

Not disk space, but the allocated cache, 1000G in my case.

Right, I thought read-ahead would help cache the entire thing more quickly.

Check out on the disk space question here:

https://rclone.org/commands/rclone_mount/#vfs-file-caching

As it explains how/why it can go over.

Thanks, wow so I have to make sure I overprovision.

we should put this in red bold capslock on top of vfs docs, blinking marquee.

too many folks come to forum with vfs command lines looking like excel spreadsheets and ask why it's slow.

3 Likes

@ryyt How's it going so far with your rclone mount settings and seeding? I find I do have to use something like --tpslimit 10 otherwise it begins to affect rate limits for my other rclone mount used for streaming (even with separate OAuth users).

I believe I'm still being largely bottlenecked when it comes to seeding, possibly due to the --tpslimit. My upload speeds don't ever seem to surpass 100 KB/sec. My settings:

  --vfs-cache-mode full \
  --vfs-cache-max-size 1000G \
  --vfs-cache-max-age 500h \
  --tpslimit 10

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.