2025-03-17, 02:29 AM
The running theory is that there is some database issue that is causing the bloat. But it is hard to specifically point to a root cause if we're not able to reliably reproduce the issue.
2025-03-17, 02:29 AM
The running theory is that there is some database issue that is causing the bloat. But it is hard to specifically point to a root cause if we're not able to reliably reproduce the issue.
2025-03-17, 07:35 AM
I'm running a docker version of Jellyfin (10.10.6) on my Synology (DSM 7.x) and on boot it uses about 3.2GB of RAM, after a few days it is up to 6.4GB of RAM. Happy to look for log files / other app versions if needed.
2025-03-17, 09:19 AM
(This post was last modified: 2025-03-17, 09:22 AM by thymon. Edited 2 times in total.)
I rebooted at 4:00 AM, and it's already using 6.4GB of RAM by 10:00 AM.
Yesterday I tested : Code: docker inspect --format='{{.State.Pid}}' Jellyfin Code: smem -t
2025-03-17, 03:31 PM
You can try enabling debug logs then sharing a full day's worth. You will likely need to zip the log(s) before attaching them to a forum post. Again, still very hard to figure out without a reliable way to reproduce on our own systems.
2025-03-17, 05:05 PM
(This post was last modified: 2025-03-17, 05:05 PM by thymon. Edited 1 time in total.)
Okay, I'll do that.
I also tried deleting the Docker container and recreating it (while keeping my appdata, of course), but that didn't change anything. For me, the solution would be to migrate to another repository like "lscr.io/linuxserver/jellyfin". However, I would need guidance on the steps to follow because simply copying the appdata didn't work—the new linuxserver database didn't like it. 😆😜 Alternatively, I could wait for version 10.10.10 , which should introduce a backup feature, making the migration to another repository much easier.
2025-03-18, 01:36 AM
10.10.10? there's a roadmap of upcoming features/work?
2025-03-18, 07:10 AM
(2025-03-18, 01:36 AM)gizmomelb Wrote: 10.10.10? there's a roadmap of upcoming features/work?You can check this out: https://github.com/orgs/jellyfin/projects/55
2025-03-18, 08:27 AM
(This post was last modified: 2025-03-18, 04:13 PM by Efficient_Good_5784. Edited 7 times in total.)
(2025-03-18, 01:36 AM)gizmomelb Wrote: 10.10.10? there's a roadmap of upcoming features/work? https://jellyfin.org/posts/jellyfin-release-10.10.0/ There is actually a procedure for backups. Quote:The Future 10.11.0! I got the release wrong. 😆
2025-03-18, 04:25 PM
(2025-03-17, 05:05 PM)thymon Wrote: Okay, I'll do that. Are you using the official image now? If so, the linuxserver image uses a slightly different config directory layout to the point that the official and linuxserver images are not interchangeable.
2025-03-18, 08:48 PM
Yes, I’m using the official repository. And I understood that the two repositories are not interchangeable when I tried to test.
|
|
|