You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the TES schema only supports resource requests but not resource limits. Resource limits are particularly useful in settings where the users want to limit the amount of resources consumed by a given task.
Additionally, it is supported by K8s and it even helps the scheduling algorithm assign the pods to particular worker machines based on the available resources.
The text was updated successfully, but these errors were encountered:
Right now the TES schema only supports resource requests but not resource limits. Resource limits are particularly useful in settings where the users want to limit the amount of resources consumed by a given task.
Additionally, it is supported by K8s and it even helps the scheduling algorithm assign the pods to particular worker machines based on the available resources.
The text was updated successfully, but these errors were encountered: