Hi there! Do we have any options to increase limi...
# ask-the-community
a
Hi there! Do we have any options to increase limits?
Copy code
failed at Node[n1]. BindingResolutionError: Error binding Var [wf].[chunk_list], caused by: failed at Node[n0]. CausedByError: Failed to GetPrevious data from outputDir [<s3://flyte-data/metadata/propeller/flytesnacks-development-a52pb87sdr8blxsbzgpp/n3/data/0/n0/0/outputs.pb>], caused by: path:<s3://flyte-data/metadata/propeller/flytesnacks-development-a52pb87sdr8blxsbzgpp/n3/data/0/n0/0/outputs.pb>: [LIMIT_EXCEEDED] limit exceeded. 5mb > 2mb.
k
Yes check out propeller config. But preferably offload large lists etc
a
Is it working in binary setup with:
Copy code
inline:   
   storage:      
    cache:
        max_size_mbs: 512
        target_gc_percent: 70
      limits:
        maxDownloadMBs: 10
k
MaxDownload
That’s the one
a
Currently I’m using this setup:
Copy code
storage:
      cache:
        max_size_mbs: 5120
        target_gc_percent: 70
        limits:
          maxDownloadMBs: 1000
And still receive the same error about 2mb.
[LIMIT_EXCEEDED] limit exceeded. 5mb > 2mb.
I found the reason for the incorrect limits. The config was incorrectly aligned.
153 Views