I have been using node-red for a basic flow-builder use-case. For that purpose, I have hidden all the nodes I don't need and created 4 extra nodes. It had been working well for the past 3 weeks until this week whenever I open the site it rapidly increases the memory as much as 8 GB before crashing within a minute (Not sure about the exact change that triggered this).
Node-red version: 1.2.8
Node version: 13.6.0
Docker version: 19.03
Docker image: Re-built from the alpine script provided in the node-red docker repo
None of the existing answers in the forum have helped in my case (at least the ones I have looked at, on a time crunch here). There is no use of context in any of the nodes. Not using the rbe node. I have even updated the node version as per some discussions in the forum. Please let me know if any more specifications are needed to elaborate the query. Any help will be appreciated.
Edit: I have also created a button on the header, beside the deploy button that sends the deployed flows using an API call, on click. If this needs to be optimised, do elaborate on how it can be changed.