If `projectQuotaMemory` isn't set in the helm char...
# flyte-deployment
r
If
projectQuotaMemory
isn't set in the helm chart, is there a default that Flyte falls back to? Trying to debug why we aren't scaling up to accommodate more concurrent executions in our environment, and notably we don't have any CRAs set at the moment. Is there any other default value in the chart which might limit concurrency?
j
Are you trying to increase cpu and memory on the tasks or scale horizontally?
r
Horizontally, we already have the CPU/memory limits configured appropriately
j
Did you had a look at
maxParallelism
? This i think can be configured at launchplan/workflow level and on flyteadmin level. See
r
Trying this out, thank you!