From b99e01107a28888379ccc474de898dbca0f74880 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sun, 25 Aug 2024 11:24:11 +0100 Subject: [PATCH] feat(jellyfin): set MALLOC_TRIM_THRESHOLD_ --- modules/media-centre/jobspec.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/media-centre/jobspec.json b/modules/media-centre/jobspec.json index f5b15fa..8d6c8be 100644 --- a/modules/media-centre/jobspec.json +++ b/modules/media-centre/jobspec.json @@ -42,7 +42,8 @@ "TZ": "Europe/London", "PUID": "985", "PGID": "997", - "JELLYFIN_PublishedServerUrl": "192.168.1.5" + "JELLYFIN_PublishedServerUrl": "192.168.1.5", + "MALLOC_TRIM_THRESHOLD_": "100000" }, "Resources": { "CPU": 1200,