https://flyte.org logo
#ray-integration
Title
# ray-integration
k

Kevin Su

11/08/2022, 5:59 PM
The default maximum cpu is 2, you could increase in flyteadmin configmap
Copy code
task_resource_defaults.yaml: |
    task_resources:
      defaults:
        cpu: 400m
        memory: 500Mi
        storage: 500Mi
      limits:
        cpu: 2
        gpu: 1
        memory: 4Gi
        storage: 20Mi