Comment on Jellyfin hardware acceleration docker issues.
What is the tmpfs for?
Temp files for transcoding. No need to hit the disk.
Is the tmpfs on RAM?
It is. It might end up on disk in swap, if you run low on memory (and have some sort of disk-based swap enabled), but usually it is located in RAM.
You can create a tmpfs on other storage devices as well,unless just curious what their setup looked like
Aye.
Hmm. I would think so. But I haven’t actually checked. That was my thought.
bobslaede@feddit.dk 1 month ago
Temp files for transcoding. No need to hit the disk.
__ghost__@lemmy.ml 1 month ago
Is the tmpfs on RAM?
486@lemmy.world 1 month ago
It is. It might end up on disk in swap, if you run low on memory (and have some sort of disk-based swap enabled), but usually it is located in RAM.
__ghost__@lemmy.ml 1 month ago
You can create a tmpfs on other storage devices as well,unless just curious what their setup looked like
baduhai@sopuli.xyz 1 month ago
Aye.
bobslaede@feddit.dk 1 month ago
Hmm. I would think so. But I haven’t actually checked. That was my thought.