Comment on PSA: If your Jellyfin is having high memory usage, add MALLOC_TRIM_THRESHOLD_=100000 to environment
enemenemu@lemm.ee 6 months ago
What does it do?
Comment on PSA: If your Jellyfin is having high memory usage, add MALLOC_TRIM_THRESHOLD_=100000 to environment
enemenemu@lemm.ee 6 months ago
What does it do?
American_Jesus@lemm.ee 6 months ago
www.gnu.org/…/Memory-Allocation-Tunables.html
MALLOC_MMAP_THRESHOLD_is an environment variable that sets the size threshold for using themmapsystem call to allocate memory instead of using the heap.mmapis used.