2 months ago
I have a relatively complex workflow with sub workflows in n8n. I am working on optimizing it and making it more modular. However even after the workflow is finished, the memory isn't reclaimed (See image)
Is there something I should be doing in terms of my config to initiate this? Or anything else I can do?
Attachments
3 Replies
2 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
2 months ago
usually this is causes by cache or memory leak..
do you have any kind of memory cache?
if it is a memory leak you just need to investigate, take snapshot of the memory in your local machine and just debug
fra
usually this is causes by cache or memory leak..do you have any kind of memory cache?if it is a memory leak you just need to investigate, take snapshot of the memory in your local machine and just debug
2 months ago
How can I take a snapshot of the memory?