28
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Sep 2024
28 points (100.0% liked)
Jellyfin
187 readers
1 users here now
founded 1 year ago
MODERATORS
Can you maybe set niceness, ioniceness and cpu affinity?
if you lower those for the type of processes that cause this, responsiveness for other things will be better.
If you can't inject things like ionice or nice into the command lines of those processes, maybe use a cronjob to find and renice or ionice -p them.
I never thought of that, good idea. This docker image spins off a lot of processes so I wonder if there’s a high-level way to instruct that for all of them.