node. js Memory Leak Location

Source: Internet
Author: User

Before we used node. JS on a 64-bit Linux server, when the node process physical memory approached 1.6G, the memory limitations of the Google V8 engine caused the process to exit!

Obviously we have a memory leak problem with our own code or the 3rd line module of NPM loading, so how do we go about locating it?

Common Debugging Tools:

  1. V8-profiler
  2. Node-heapdump
  3. Node-mtrace
  4. DTrace
  5. Node-memwatch

Specific positioning methods can be consulted:

https://hacks.mozilla.org/2012/11/tracking-down-memory-leaks-in-node-js-a-node-js-holiday-season/

Http://www.oschina.net/translate/tracking-down-memory-leaks-in-node-js-a-node-js-holiday-season

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

node. js Memory Leak Location

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.