From 14cc192a1f7fabb091571a58c93c68ac83e5a23d Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Sun, 19 Apr 2026 12:01:46 -0400 Subject: [PATCH] updated a variable in master conf transcoding --- Master.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Master.conf b/Master.conf index 75001e9..212c7eb 100644 --- a/Master.conf +++ b/Master.conf @@ -893,13 +893,13 @@ MEDIA_MAINTENANCE_JOBS=( # and new sessions land on SSD permanently for that container run. RAMDISK_PATH="/mnt/ramdisk_transcodes" # tmpfs mount point created at array start - RAMDISK_SIZE="10G" # ceiling — tmpfs only uses RAM actually needed + RAMDISK_SIZE="8G" # ceiling — tmpfs only uses RAM actually needed TRANSCODE_LINK="/mnt/ram-transcode" # symlink Emby points at — location never changes TRANSCODE_SSD="/mnt/cache/Temp_Storage/Emby/Transcodes/" # SSD fallback location # Usage thresholds in GB — hysteresis gap between WARN and LOW prevents flip-flop - RAMDISK_WARN_GB=8.8 # flip symlink to SSD at or above this usage - RAMDISK_LOW_GB=6.5 # flip symlink back to ramdisk when usage drops here + RAMDISK_WARN_GB=6.8 # flip symlink to SSD at or above this usage + RAMDISK_LOW_GB=5.5 # flip symlink back to ramdisk when usage drops here RAMDISK_SSD_MIN_GB=20 # minimum free GB on SSD required before allowing flip to SSD # Cleanup age thresholds — files must be older than these AND not open by any process