https://flyte.org logo
#ask-the-community
Title
# ask-the-community
r

Rezwan Abir

06/28/2023, 4:07 PM
Hello there, how does defaults and limits work on flyte ? When does limits get executed over defaults?
Copy code
task_resource_defaults:
    task_resources:
      defaults:
        cpu: 4
        memory: 2Gi
        storage: 500Mi
      limits:
        cpu: 6
        memory: 4Gi
        storage: 750Mi
f

Felix Ruess

06/28/2023, 4:15 PM
y

Yee

06/28/2023, 4:39 PM
i started a couple things that were put on hold as well, wanted to think about things more clearly, potentially integrating with the limit ranges felix mentioned somehow.