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 3 months ago
Temp files for transcoding. No need to hit the disk.
__ghost__@lemmy.ml 3 months ago
Is the tmpfs on RAM?
486@lemmy.world 3 months 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 3 months ago
You can create a tmpfs on other storage devices as well,unless just curious what their setup looked like
baduhai@sopuli.xyz 3 months ago
Aye.
bobslaede@feddit.dk 3 months ago
Hmm. I would think so. But I haven’t actually checked. That was my thought.