give whisper pod more memory

This commit is contained in:
Roger Oriol
2026-07-29 00:15:29 +02:00
parent 8c5c884b4d
commit 90a04b96a3

View File

@@ -64,12 +64,15 @@ spec:
- name: wyoming - name: wyoming
containerPort: 10300 containerPort: 10300
resources: resources:
# faster-whisper `small` is ~244M params (fp16 ~500 MiB weights)
# plus CTranslate2 runtime / workspace buffers during decode.
# 1 GiB OOM-kills during model load; 2 GiB gives headroom.
requests: requests:
cpu: "100m" cpu: "100m"
memory: "256Mi" memory: "512Mi"
limits: limits:
cpu: "1000m" cpu: "1000m"
memory: "1Gi" memory: "2Gi"
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data