Very high CPU usage? #105
Replies: 3 comments 5 replies
-
Interesting so I do have it setup to thread as many times as possible for the plex library so each plex library is handled in a new thread. Jellyfin is also setup to be async so that will go as fast as possible. The plex thread count is handled by whatever the os reports as cores *2 so in theory it will use as many as you got up to the limit of 32. I can add a variable so you can set an upper limit manually. |
Beta Was this translation helpful? Give feedback.
-
Theres no a MAX_THREAD variable you can set in the dev branch, let me know if that works for you guys |
Beta Was this translation helpful? Give feedback.
-
I have a reasonably large library of "stuff", and I to noted it hit my CPU hard, though it did seem like a nice spread over the cores 🤷♂️. It's more the Plex side of things as the Jellyfin part seemed quite quick. Do you think we could set a 'nice' level so that we can run it as a very low priority? This would remove some of the concerns I've been having on the frequency of running this? |
Beta Was this translation helpful? Give feedback.
-
I just set this up for my Plex/Jellyfin server and it is great!!
It is working great, but I do see really high spikes in CPU when it runs. I am concerned that it will cause brief issues with playback. Is this a known "issue", or are there any ways to reduce the spikes?
I have mine setup to run every hour like the example
.env
has.Thanks
Beta Was this translation helpful? Give feedback.
All reactions