The error is pretty self-explained. At some point the n8n run out of memory. That may happen because of this workflow, or due to any other. You should check all your workflows for big amount of data stored in the workflow or execution. And tune the execution saving for each of the big flows of for the one which runs very often. The issue is more complex than just one flow.
Check this article for more details: Memory-related errors | n8n Docs
And take note that this error does not mean that this workflow was the root cause. It just means that during the workflow execution n8n got no free memory to work with.
I think error happen exactly with this particular workflow. Bcs it’s happen after I run it and I have thousands of executions in hour. I am using n8n as self-hosting and I have enough memory there like 16gm ram and 100+gb of ssd I believe it’s enough but still something wrong.
16GB of RAM could be enough, but it depends on the amount of data stored in each execution. Check with some memory monitoring tools how the memory is changing during the executions