2024-08-13, 08:32 PM
(This post was last modified: 2024-08-13, 08:35 PM by TheDreadPirate. Edited 1 time in total.)
Check if this environment variable is set.
Look for MALLOC_TRIM_THRESHOLD. If it isn't set, try adding this to the environment section.
Code:
sudo docker exec jellyfin env
Look for MALLOC_TRIM_THRESHOLD. If it isn't set, try adding this to the environment section.
Code:
- MALLOC_TRIM_THRESHOLD_=131072