By default where does rclone cache to?

no idea no idea

@ncw if cache is disabled then how does rclone let mpv play video, does rclone store video data in RAM to play it?

the cache is not required for downloading, streaming.
rclone will download chunks of the file in memory, then discard them.

can see that for yourself, by reading the debug log...

i want to limit rclone's memory usage

You have to decide what you want really.

If you want to limit memory usage do not use RAMDISK for caching. Put your cache of disk.

idc about RAMDISK, i don't use RAMDISK. I've not set --cache-mode/--cache-dir so rclone might use memory when io stream video, i want to increase or decrease rclone's memory usage
Thanks

Then you just waste people time in answering your questions.

i want to know how much memory does rclone use if dont't set --cache-mode/--cache-dir

Your best bet.

Run the command with the settings you want to use and you'll see how much it uses.

There isn't an exact answer to your question as settings, file size, number of files, and back ends and what your work stream is highly influence the answer.

For limiting memory, you'd look at things like:

Documentation (rclone.org)

Documentation (rclone.org)

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