I'm LIVE on now. Join the stream!

Jul 23 - 2018
Talk @ NodeSummit | San Francisco, USA
TL;DR: Showing JavaScript and Node.js developers how to handle these cases will help to reduce the ship to production gap and the scary/hidden things from Node.js on production projects.
Description: Performance metrics? Response time higher? Memory leak? We would walk through different memory leak situations to identify and analyze patterns that produce an increase of memory, CPU usage, and the load average over time, without any apparent reason. We'll start talking about taking the time to set up a proper test environment to repeat the exact same conditions as in production. Then we'll discuss how to access Node.js memory using V8 Inspector & Chrome Dev Tools, create a dump of the heap memory for the inspected application, with a lot of details about the memory usage, watching memory allocation in real time and finally a compilation of best practices about how we could end fixing the memory leak. In the end, we'll be able to use the right tools to monitor, understand, and debug the memory consumption of a Node.js application on time.
Slides
Video