Does the error occur due to exhausting all the workflow credits?

Hello my dudes !

This error seems to be appearing whenever the VVR block is run or the workflow itself .

My guess : exhausted all the free workflow runs.

Please suggest me if there is any workaround for it or else i think getting business tier would fix this issue.

Hi @Omkar_Patil,

If you feel it is the workflow runs, you can see how many you have used here:
https://yoursubdomain.retool.com/workflows
chrome_o7Dfthz78G

However, your screenshot looks like you are exceeding the 256MB memory limit. If this is the case try reducing the data size you are pulling.

1 Like

Thanks for reaching out ! It does seem that i have enough Bandwidth and workflow runs left , its just that i guess my workflow takes up too much RAM assuming (256MB) is the cloud container ram .

Yes, it looks like you should break it down. Try taking smaller bites :wink:

You can always use a loop block to get everything you need.

1 Like

Welcome to the community, @Omkar_Patil! Python blocks, in particular, are allocated a maximum of 256MB RAM. This is an undocumented limitation that we'll make more clear in our docs. Individual workflow runs are still allocated a maximum of 1GB RAM.

It looks like you're working with video files, which can definitely eat up storage pretty quickly. To @Shawn_Optipath's point, you can try to break up your logic into sequential blocks or, alternatively, use a JS block instead.

I hope that helps! Let us know if you have any additional questions. :+1:

1 Like