2026-04-29, 11:27 PM
(This post was last modified: 2026-04-29, 11:47 PM by Pulse7247. Edited 1 time in total.)
I didn't like how much memory was being used by Jellyfin, so I limited it to 8GB in my docker compose file.
But I am worried what will happen once it tries to push past the limits?
![[Image: sfknNMU.png]](https://i.imgur.com/sfknNMU.png)
deploy:
resources:
limits:
memory: 8G
This is the next day:
![[Image: 06IgzbA.png]](https://i.imgur.com/06IgzbA.png)
Now it has dropped back down to 817.4MiB. Has anyone else limited their docker containers and does Jellyfin crash or anything?
I noticed there are a lot of github issues open about memory issues.
Yeah I know that 37GB wasn't going to kill my system but I didn't think it needed to be juicing my system that much.
Forgot to mention I am on v10.10.7
But I am worried what will happen once it tries to push past the limits?
![[Image: sfknNMU.png]](https://i.imgur.com/sfknNMU.png)
deploy:
resources:
limits:
memory: 8G
This is the next day:
![[Image: 06IgzbA.png]](https://i.imgur.com/06IgzbA.png)
Now it has dropped back down to 817.4MiB. Has anyone else limited their docker containers and does Jellyfin crash or anything?
I noticed there are a lot of github issues open about memory issues.
Yeah I know that 37GB wasn't going to kill my system but I didn't think it needed to be juicing my system that much.
Forgot to mention I am on v10.10.7


