quiet-manchester-70818
01/23/2025, 4:17 PMjolly-florist-66728
01/23/2025, 4:17 PMtask_resources
defaults and limits serve different purposes:
- Defaults: These are values injected into task containers at execution time when a task definition does not specify resource requests or limits. They act as the baseline resource allocation for tasks (source).
- Limits: These are used to enforce that individual tasks do not set resource requests or limits that exceed the configured default. They act as a ceiling for resource allocation, ensuring that tasks do not consume more resources than allowed (source).
Would you like more detail?
Sources:
- https://github.com/flyteorg/flyte/issues/1677
- https://discuss.flyte.org/t/1013/how-do-i-configure-default-resource-limits-for-tasks/ 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.