Why does my workflow stop with an "Out of Memory" error despite doubling the memory and having less sophisticated steps?

This topic was automatically generated from Slack. You can find the original thread here.

This workflow stops with “Out of Memory” - I doubled it, same error. Since the steps are not that soqhisticated as other workflows in my projects I think there is another problem - any recommendations?

Hi , I’ve take a look into the workflow and didn’t see anything unusual. Could you check when you have time? Thanks!

Hey , since your workflow has 8 steps, you should probably require at least 512 MB of memory, see this doc: GitHub

Since 512 errored, raise it to 768 MB and try again

Thank you, I will try that!