give whisper pod more memory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user