this post was submitted on 18 Jul 2025
15 points (89.5% liked)
Jellyfin: The Free Software Media System
7483 readers
1 users here now
Current stable release: 10.10.7
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What are your server specs?
The server has AMD Athlon II 2 220 Processor, 4GB of RAM.
But Plex is running on it without any issues and has no issues doing one transcode with the faster profile. I even ran plex on specs lower than this and was working without issues except of course for the transcoding.
Athlon II? What is this? A server for ants? ;-)
That seems quite underpowered to be honest. Jellyfin per default does quite a lot of things per default during startup or as a background job. Sometimes you need to dig deep into the config settings and also disable certain timed jobs.
What OS are you running on?
Yes it a low spec server but like I said Plex is running on it without any issues and it can even transcode.
I am using Ubuntu the latest LTS.
How have you set up Jellyfin?
I started with docker install, first using the LinuxSever image and then the official image.
Now I tried the native install and will see tomorrow if it is still OK.
I am using Ubuntu.
Can you post your docker-compose.yaml so I can compare it to mine please. Make sure you obfuscate your IP addresses and ports.
It is really a standard config
Where does that
user: 30000:30002
come from?Also that PUID/PGID seems wrong for a standard config.
Here's mine:
Try dropping the user and changing your PUID and PGID back to 1000 and see how you get on.
user and PUID, PGID do the same thing and not all images support PUID and PGID. They tell docker to run the image using the user with those id. My user has ID 30000 and group 30002. This allows me to change files on my library with this user without causing permissions issues for jellyfin.
I would start the investigation there.
I'm running my Jellyfin on a Raspberry Pi, and it runs like a dream, so there's definitely a config issue afoot.
Investigate what? That is a standard config and didn't change anything. Your Raspberry Pi is maybe more powerful than my server. How big is your library?