Jellyfin uses 100% CPU Power - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Jellyfin uses 100% CPU Power (/t-jellyfin-uses-100-cpu-power) |
Jellyfin uses 100% CPU Power - zwck - 2023-08-20 [*]The version of Jellyfin you are running (e.g. 10.8.10) [*]Your installation method and platform (e.g. Linux Docker, Debian repository, Windows installer, etc.) [*]A brief description of the issue as your thread subject, using the description for additional important context only if required [*]A full explanation of what is happening, versus what you expect to happen [*]What client(s) you are using and how the issue manifests [*]Any other context you might think is relevant ----------------------------------------
RE: Jellyfin uses 100% CPU Power - bitmap - 2023-08-20 So what the actual error is I'm not sure, maybe somebody else can steer you in the right direction, but I'd say the source of your issue might be your Kodi Sync. It looks like it's pounding the hell out of your server and hitting an error every 10 minutes or so: Code: [2023-08-19 04:40:57.686 +02:00] [ERR] [33] Jellyfin.Plugin.KodiSyncQueue.EntryPoints.LibrarySyncNotification: An error has occurred in LibraryUpdateTimerCallback That's not the full trace, just a portion of it to get a bit of context. The Kodi Sync is pulling items from the library 200 at a time, then hitting this item and getting a null reference error. It's causing it to fail out and retry, then it fails, retries, ad nauseam. You can find this error over and over and over and over in your log and you might be able to find the ID for the media file and figure out what it is from there. I would guess this is the problem. Infinite loop of updates/syncs that never end. RE: Jellyfin uses 100% CPU Power - zwck - 2023-08-21 Thank you very much @bitmap, I deactivated the Kodi plugin and will see what happens, and of course report back |