Hi, i want to use RAM caching on my headless server (to make video seeking, and random access faster) for my rclone mount which have backend like this: hasher(crypt(1fichier))
I don’t have too much RAM on my server (16 gb), but the most of it isnt used.
I was thinking about setting vfs-cache-mode full, and setting /tmp/ (ramdrive) as cache location. But what if the file size is bigger than the max vfs size, or the tmpfs size?
Can you help me what is the best, and bullet proof way to achieve this?