PM2 — Start Node.js App With Increased Memory Limit From Command Line
In a previously published PM2 tutorial, you’ve learned how to start a Node.js process with arguments. In that tutorial, we’ve used the idea to reduce the memory limit of Node.js to let the garbage collector clean up earlier. Well, sometimes you don’t see the forest …
Continue Reading