set cpu limit to 0.5

This commit is contained in:
dado
2026-01-29 20:52:32 +01:00
parent 64d6b1aa42
commit 4f096b47b0

View File

@@ -33,7 +33,7 @@ services:
# file: hwaccel.ml.yml # 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 # 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 mem_limit: 1.5g
cpus: 0.3 cpus: 0.5
volumes: volumes:
- model-cache:/cache - model-cache:/cache
env_file: env_file: