2024-04-23, 01:16 PM
Jellyfin only takes about 5 seconds to boot on my system. Both my bare metal "production" instance and all 4 of my docker testing instances. Are your containers running off HDDs or SSDs?
I'd need to see the full log. The section you are showing is only 4 seconds of the boot process. Share via sourcebin or pastebin.
The "vEthernet" message is a default behavior of Jellyfin to ignore virtual interfaces with a particular name.
After Jellyfin was forked from Emby, Jellyfin was migrated to .Net for wider compatibility. .Net aggressively caches data and the docker memory usage gauge does not distinguish between reserved memory usage and cached memory usage. When another app needs memory, Linux will immediately take back cached memory.
I'd need to see the full log. The section you are showing is only 4 seconds of the boot process. Share via sourcebin or pastebin.
The "vEthernet" message is a default behavior of Jellyfin to ignore virtual interfaces with a particular name.
After Jellyfin was forked from Emby, Jellyfin was migrated to .Net for wider compatibility. .Net aggressively caches data and the docker memory usage gauge does not distinguish between reserved memory usage and cached memory usage. When another app needs memory, Linux will immediately take back cached memory.