From 4f096b47b06eda283969d80bffc13f654d009a02 Mon Sep 17 00:00:00 2001 From: dado Date: Thu, 29 Jan 2026 20:52:32 +0100 Subject: [PATCH] set cpu limit to 0.5 --- immich/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 1a4ac2f..6d3280f 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -33,7 +33,7 @@ services: # file: hwaccel.ml.yml # service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable mem_limit: 1.5g - cpus: 0.3 + cpus: 0.5 volumes: - model-cache:/cache env_file: