I am getting memory limit exceeded in nodejs.
Basically, I am hitting a same API in for loop which fetches data for different users then updates it in the mongoDB. Any idea How to resolved this without increasing the memory size in nodejs?
Can this be solved with Generator Class? Just need a heads up on this problem.
Needs heads up How should we solve this?