Errors in Logs - 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: Errors in Logs (/t-errors-in-logs) |
Errors in Logs - keduncan3 - 2024-08-14 I ran into an issue with the latest upgrade wherein users could not see the movies in the library. I copied the cache and config files to a new directory and started a new container with a new instance of Jellyfin. This fixed my user problem. However, now my log is filled with lots of errors and my library scanning is getting hung up. I'm also seeing the resource limit (8192) even though my Synology nas is running a script to increase this to 99999999. Not sure where to start with all of this. My log can be viewed here. RE: Errors in Logs - Efficient_Good_5784 - 2024-08-14 Are you limiting the Jellyfin container to 8GB of ram? Edit: In the container settings, make sure to remove the "DOTNET_SYSTEM_GLOBALIZATION_INVARIANT" environment variable. RE: Errors in Logs - keduncan3 - 2024-08-14 (2024-08-14, 12:08 PM)Efficient_Good_5784 Wrote: Are you limiting the Jellyfin container to 8GB of ram? No resource limits and no DOTNET_SYSTEM_GLOBALIZATION_INVARIANT. My Synology only has 8gb of RAM in line with their recommendations. RE: Errors in Logs - Efficient_Good_5784 - 2024-08-14 Is there free ram in the system? No other container using it all up for example? RE: Errors in Logs - keduncan3 - 2024-08-14 (2024-08-14, 12:27 PM)Efficient_Good_5784 Wrote: Is there free ram in the system? No other container using it all up for example? I have a cloudflare container up and running, but my Synology says that only 28% of RAM and 6% CPU is being utilized at the moment. Full library scan at 10.6% RE: Errors in Logs - TheDreadPirate - 2024-08-14 I believe DOTNET_SYSTEM_GLOBALIZATION_INVARIANT defaults to 1. So even though you didn't define it or see it, you should define this variable and set it to 0. |