![]() |
Nginx - Underpowered system or bad config? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Nginx - Underpowered system or bad config? (/t-nginx-underpowered-system-or-bad-config) |
Nginx - Underpowered system or bad config? - Hannes - 2025-09-01 Hi, I just moved the Nginx config for Jellyfin (Among other things) from Nginx Proxy Manager on Unraid to pure nginx on my Raspberry Pi. After that I get a lot of stuttering (every second or so). htop reports that nginx uses 100% of the CPU, so I suspect that my Pi is just underpowered. Before I move to a Linux VM on the Unraid server, I would just like to check that my config isn't using unnecessary resources. Have I configured something wrong, or does a video stream just require more from the hardware? It's a Raspberry Pi 2 Model B, so not exactly new... My nginx.conf and the jellyfin specific config is here: https://pastebin.com/6JaeeBfQ Thank you! RE: Nginx - Underpowered system or bad config? - bitmap - 2025-09-01 Looks fine to me. I would guess throughput is the issue. Supposedly a Pi 4B could handle pihole just fine and I saturated that thing nearly every day. I wouldn't recommend running networking stuff on a Pi, sadly. RE: Nginx - Underpowered system or bad config? - hmfaysal - 2025-09-02 I don't know, since the release of nginx 1.29.1, I have seen weird stuttering issues as well. My one is a pretty decent machine with i5 12500 with 64gb ddr4 2666Mhz memory. Need to investigate further. |