Node.js heap out of memory
If I remember correctly, there is a strict standard limit for the memory usage in V8 of around 1.7 GB, if you do not increase it manually. In one of our products we followed this solution in our deploy script: There would also be a new space command but as I read here: a-tour-of-v8-garbage-collection the new space … Read more