Hi
I have increased or I think I have increased the memory of my n8n (I have it autohosted) and I would like to know if I have done it correctly. is there any way to check it?
Hi
I have increased or I think I have increased the memory of my n8n (I have it autohosted) and I would like to know if I have done it correctly. is there any way to check it?
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hi,
Hey @fval90,
Are you sure you need to increase the memory? How have you attempted to increase it?
Hi @Jon
I think I need it but I’m not sure. I have chopped a workflow into 4 to make it run more optimally but work, but in one I work with 2 JSONs of about 30Mb each. I can’t separate it or perform it by split because of the workflow target.
I can show you my workflows with data examples
Hey @fval90,
If you get an error about memory it could be a good step, You mentioned that you think you have increased the memory did you do it by setting the docker memory option or the nodejs memory option?
Hi @Jon
By setting the docker memory option. How can I check if I have configured correctly?
Thank you
Hey @fval90,
Looking at the Docker documentation it looks like running docker stats n8n
would show you how much memory a container with a name of n8n
is using and what the limit is.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.