New RunLLM response generated: >>>*# Question* :w...
# runllm-flyte-trial
a
New RunLLM response generated: >>>*# Question* 👋 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.
# Answer To set
maxDownloadMBs
for
flyte-binary
, you need to add the configuration under the
inline
field in the
values.yaml
file of your Flyte Helm chart. This field allows you to specify additional configuration or overrides for Flyte. Here's an example configuration:
Copy code
configuration:
  inline:
    storage:
      limits:
        maxDownloadMBs: 10
According to Flyte GitHub Issue #4951, this is the recommended way to configure
maxDownloadMBs
for the Flyte-binary chart. Would you like more details on this configuration? Sources: - Flyte GitHub Issue #4951 Slack Link https://flyte-org.slack.com/archives/CP2HDHKE1/p1723784046.059109 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.