this post was submitted on 18 Sep 2024
28 points (100.0% liked)
Jellyfin
229 readers
1 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you use some kind of virtualisation and/or containerisation then you can limit ram and/or cpu usage. This can of course greatly reduce lockups if not eliminate them.
Edit: I only now read it's a Pi 3B. Not sure if hosting Jellyfin on that device is a good idea... If you insist though, consider running an LXC inbetween and limit it to three cores. That should leave one core available for the system so the system doesn't lock up again.
Thanks so much. Sound like I need to learn a bit more about docker. That's how I installed it.
In case you ran it using a
docker run
command, read this. Otherwise if you use compose, try something similar to the following:source
I'm using docker compose. Thank you so much, this is fantastic!
I have no idea what your experience level is, so I'm saying this just to make sure: DON'T copy this verbatim. The resources bit is what you'd need to adapt into your own compose file. If you have questions, feel free to ask 👍
Noted, thank you. I'll look into it a bit more and come back if I have questions. I appreciate it!