Skip to content

Commit

Permalink
fix: increase resource limits for whisper and piper
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 25, 2024
1 parent d6d1f7e commit 067933f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion home-assistant/faster-whisper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ controllers:
memory: 768Mi
nvidia.com/gpu: "1"
limits:
cpu: "1"
cpu: "2"
memory: 2048Mi
nvidia.com/gpu: "1"

Expand Down
8 changes: 4 additions & 4 deletions home-assistant/piper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ controllers:

resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 100m
memory: 192Mi
limits:
cpu: 250m
memory: 256Mi
cpu: "2"
memory: 384Mi

probes:
liveness:
Expand Down

0 comments on commit 067933f

Please sign in to comment.