Hi everyone! I tried automation API for node.js wh...
# automation-api
b
Hi everyone! I tried automation API for node.js which I think is really good and found truly beneficial. However, I am facing memory leakage issue when I intend to it from K8s platform but not sure if this is a problem with node.js itself or something that lies somewhere in the automation API (hopefully not). Could someone help me with some suggestions or solutions you have already come up with? Any help would be much appreciated.
b
if you're getting memory leaks, try run a performance trace: https://www.pulumi.com/docs/troubleshooting/#performance And open an issue
b
Yes, I will do and thanks for sharing the information!