acoustic-carpenter-78188
02/14/2023, 7:43 PMtask_resources:
defaults:
cpu: 500m
memory: 500Mi
storage: 500Mi
limits:
cpu: 8
gpu: 1
memory: 10Gi
storage: 1Gi
2. Set a higher limit for flytesnacks/development, tra.yml
defaults:
cpu: "1"
memory: 1Gi
limits:
cpu: "12"
memory: 25Gi
project: flytesnacks
domain: development
3. verify: flytectl get task-resource-attribute -p flytesnacks -d development
{
"project": "flytesnacks",
"domain": "development",
"defaults": {
"cpu": "1",
"memory": "2Gi"
},
"limits": {
"cpu": "12",
"memory": "25Gi"
}
}
4. Try to run task with e.g. 20Gi memory requested:
Requested MEMORY default [20Gi] is greater than current limit set in the platform configuration [10Gi]. Please contact Flyte Admins to change these limits or consult the configuration
Screenshots
No response
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteacoustic-carpenter-78188
02/14/2023, 7:43 PM