Updated Debugging (markdown)

Lauri Ojansivu 2018-05-01 08:28:17 +03:00
parent 885aab7a73
commit 656d680e3d

@ -1,6 +1,8 @@
## Finding memory leaks ## 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 ## 100% CPU usage