Increase the amount of available pinned data size.
What is the error message (if any)?: Workflow has reached the maximum allowed pinned data size (18.52 mb / 12 mb)
I am running n8n locally and want to be able to increase my available pinned data size. I am running a program that has video and audio that take up a lot of the workflow. I do not want to have to run the workflow because then it calls my server to create a new video ( waste of resouce and time ) If only I could increase the pinned data limit I could not waste time
I haven’t tried this myself, but have you tried copying the JSON output of the node in question and pasting it into a code node? You might be able to get around the size limit that way.
I have done this often also with larger data sets. It doed work fine. Not sure if those data sets were that large though as I didnt try to pin those first.
@sirdavidoff Thanks for the reply, The output is not JSON but rather binary.
The only outputted JSON data is [{Binarykeys:data_0 }} Or something along those lines. I am running n8n on docker and wanted to know if there was a way of changing the pinned data size limit in the config?
Thanks!