:wave: Does anyone know where to set `maxDownloadM...
# flyte-support
w
👋 Does anyone know where to set
maxDownloadMBs
for
flyte-binary
? I'm getting the error
Copy code
failed at Node[n2]. BindingResolutionError: Error binding Var [wf].[results], caused by: failed at Node[n1]. CausedByError: Failed to GetPrevious data from outputDir [<abfs://metadata/metadata/propeller/flytesnacks-development-f69db62db11604f72b30/n1/data/0/outputs.pb>], caused by: path:<abfs://metadata/metadata/propeller/flytesnacks-development-f69db62db11604f72b30/n1/data/0/outputs.pb>: [LIMIT_EXCEEDED] limit exceeded. 2.339049mb > 2mb. You can increase the limit by setting maxDownloadMBs.
And I've tried setting the following in my
values.yaml
Copy code
configuration:
  storage:
    limits:
      maxDownloadMBs: 1024
But continue to get the error above for any i/o larger than 2MB.
c
After looking at the helm chart it doesn’t look like it propagates the limits under storage: https://github.com/flyteorg/flyte/blob/master/charts/flyte-binary/templates/configmap.yaml
But based on the bottom of the config map template it seems like if you nestle that config under the ‘inline’ key in the values.yank it will dump the YAML as is into a file, where it should get picked up by flyte.
🙏 1
👀 1
gratitude thank you 2
w
This worked, thank you!
👍 1