• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Excessive RAM consumption

    Pages (9): « Previous 1 … 5 6 7 8 9 Next »
     

     
    • 0 Vote(s) - 0 Average

    Excessive RAM consumption

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #61
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    gizmomelb
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2024 Dec
    Reputation: 0
    Country:Australia
    #62
    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.
    thymon
    Offline

    Junior Member

    Posts: 48
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:France
    #63
    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

    2513672


    Code:
    smem -t
      PID User    Command                        Swap      USS      PSS      RSS
    1098295 root    bash                              0    1672    2408    3800
    1100781 root    /usr/bin/python3 /usr/bin/s        0    15956    16871    18484
    1098152 root    /usr/lib/jellyfin-ffmpeg/ff        0    27792    28506    29928
          1 root    /jellyfin/jellyfin                0 11782316 11782767 11783748
    -------------------------------------------------------------------------------
        4 1                                            0 11827736 11830552 11835960
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #64
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    thymon
    Offline

    Junior Member

    Posts: 48
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:France
    #65
    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.
    gizmomelb
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2024 Dec
    Reputation: 0
    Country:Australia
    #66
    2025-03-18, 01:36 AM
    10.10.10? there's a roadmap of upcoming features/work?
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #67
    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
    thymon
    Offline

    Junior Member

    Posts: 48
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:France
    #68
    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

    Long-term, we have plans to provide an official backup and restore plugin bundled with Jellyfin, however this requires the completion of our EFCore rewrite, which is currently slated for our next major release 10.11.0. Once that becomes available, this document will be updated to reflect the process using that plugin.

    10.11.0! I got the release wrong. 😆
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #69
    2025-03-18, 04:25 PM
    (2025-03-17, 05:05 PM)thymon Wrote: 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.

    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    thymon
    Offline

    Junior Member

    Posts: 48
    Threads: 3
    Joined: 2025 Jan
    Reputation: 0
    Country:France
    #70
    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.
    Pages (9): « Previous 1 … 5 6 7 8 9 Next »
     

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode