Good afternoon. Does Flyte allow the allocation of...
# ask-the-community
f
Good afternoon. Does Flyte allow the allocation of resources (gpu/cpu) per project? I'd like to be able to optimize my resource usage through different projects using a quota system or something similar to it
s
yes, should be possible!
Copy code
attributes:
    projectQuotaCpu: "1000"
    projectQuotaMemory: 5Ti
    projectQuotaGpu: "100" # this is the added custom attribute
domain: development
project: flyteexamples
https://docs.flyte.org/projects/flytectl/en/latest/gen/flytectl_update_cluster-resource-attribute.html#id1