mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Issue]: High CPU usage when enter web-site #4100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jacob1532 on GitHub (Aug 10, 2022).
Please describe your bug
I run Jellyfin version 10.7.8 without any issue in docker container (docker version 20.10.17) on Debian server.
I updated the jellyfin docker image to 10.8.3. Since them, when I start the docker container everything is fine, the cpu usage stays around 1% and this for hours. But when I enter the jellyfin website, no matter via web proxy Apache2 or without. The Cpu usage jumps to 50% and stays there forever.
In the logs it just shows that the SQLite queries are slow, but I don't find any hint, why it isn't working. Also with docker image version 10.8.1 the same behaviour. But if I go back to 10.7.8 everything works fine again.
Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@Jacob1532 commented on GitHub (Aug 13, 2022):
Hi,
still don't understand why there is this high cpu usage.
But I rebuild everything (metadata and so on) in 10.8.3 and then it everything start working again.