From 42641590a9c90c91c303e344392ddd197f382348 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Fri, 23 May 2025 13:11:36 -0400 Subject: [PATCH] Immich: increase disk to 16GB; add message about RAM usage for OpenVINO option --- ct/immich.sh | 2 +- frontend/public/json/immich.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ct/immich.sh b/ct/immich.sh index 996752a1..9512b4a2 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -7,7 +7,7 @@ source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/ APP="immich" var_tags="${var_tags:-photos}" -var_disk="${var_disk:-12}" +var_disk="${var_disk:-16}" var_cpu="${var_cpu:-4}" var_ram="${var_ram:-4096}" var_os="${var_os:-debian}" diff --git a/frontend/public/json/immich.json b/frontend/public/json/immich.json index 2a5245f1..666b2f93 100644 --- a/frontend/public/json/immich.json +++ b/frontend/public/json/immich.json @@ -21,7 +21,7 @@ "resources": { "cpu": 4, "ram": 4096, - "hdd": 12, + "hdd": 16, "os": "Debian", "version": "12" } @@ -33,7 +33,11 @@ }, "notes": [ { - "text": "During installation, HW-accelerated machine-learning is an available option. This also allows for HW-accelerated transcoding, but it must be enabled in Video Transcoding Settings", + "text": "During installation, HW-accelerated machine-learning (with OpenVINO) is an available option. This also allows for HW-accelerated transcoding, but it must be enabled in Video Transcoding Settings", + "type": "info" + }, + { + "text": "If using OpenVINO HW machine-learning, increase RAM because OpenVINO is memory-intensive", "type": "info" } ]