Skip to content

Commit

Permalink
[home] increased whisper memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 9, 2024
1 parent 3e2bc2d commit 805e5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/home/whisper/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ spec:
resources:
requests:
cpu: 500m
memory: 1Gi
memory: 2Gi
limits:
cpu: 1500m
memory: 2Gi
memory: 6Gi
volumeMounts:
- name: data
mountPath: /data
Expand Down

0 comments on commit 805e5de

Please sign in to comment.