From 656d680e3d0104da708811ef5e500c5651129ad5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 1 May 2018 08:28:17 +0300 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Debugging.md b/Debugging.md index 3910bef..db44d67 100644 --- a/Debugging.md +++ b/Debugging.md @@ -1,6 +1,8 @@ ## Finding memory leaks -[How to Self Detect a Memory Leak in Node](https://www.nearform.com/blog/self-detect-memory-leak-node/) +**[Collect a heap profile and then analyze it](https://github.com/v8/sampling-heap-profiler)** + +[Older article: How to Self Detect a Memory Leak in Node](https://www.nearform.com/blog/self-detect-memory-leak-node/) ## 100% CPU usage