Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
r
Ryo M
03/14/2023, 2:23 PM
Excuse me, could you tell me the default resource size? When I see the document, those are None but if I did not set any for them, then what size is allocated for each task?
https://docs.flyte.org/projects/flytekit/en/latest/generated/flytekit.Resources.html
j
Jay Ganbat
03/14/2023, 4:27 PM
Default resource should be configured in flytepropeller deployment i think
or it might be in flyteadmin
d
Dan Rammer (hamersaw)
03/14/2023, 5:21 PM
yeah, there's a
task-resources configuration option in flyteadmin
that sets these defaults. this covers the very basic use-cases but you can use
matchable resources
to setup project / domain specific or even workflow-level specific resource requests as well.
Post