Taylor Stout
02/15/2023, 6:06 PMterminated with exit code (137). Reason [OOMKilled].
pod failures when trying to run simple hello world tasks. We have flyte-binary deployed via its helm chart. I see the task pod is being spun up with a default memory limit of 200mb. I'm having trouble tracking down how to set the default pod resource spec to adjust the memory limit of the pod.David Espejo (he/him)
02/15/2023, 6:34 PMYee
Taylor Stout
02/15/2023, 8:07 PMinline:
task_resources:
defaults:
cpu: 100m
memory: 100Mi
storage: 100Mi
limits:
memory: 1Gi
Yee
admin:
key to the config?Taylor Stout
02/15/2023, 9:31 PMYee
Default values get injected as the task requests and limits when a task definition omits a specific resource. Limit values are only used as validation. Neither a task request nor limit can exceed the limit for a resource type.
Taylor Stout
02/15/2023, 9:37 PMYee
Taylor Stout
02/15/2023, 9:59 PMDan Rammer (hamersaw)
02/16/2023, 2:45 PMTaylor Stout
02/16/2023, 3:06 PM