I am trying to debug a situation with the use of large memory in the node.js service, which concerns almost 1.5 GB of memory usage of residency according to the top. I need to find out which objects are the culprits of use.
You can try:
To use the V8 built-in profiler from the command line, you can:
node-gyp configure build install
npm install profiler
You can see the other profilers mentioned here here and here .
Source: https://habr.com/ru/post/950957/More articles:How can I write data on UHF RFID tags? - rfidBuild JavaFX 8 with Maven - mavenHow to dynamically update the Ember.Route model? - ember.jsControl.Dispatcher.BeginInvoke () and Control.Dispatcher.Invoke () is order execution confusing? - c #Node.js async parallel - what are the consequences? - node.jsUsername cannot contain duplicate underscore or period - regexHow to print multiple slides on an A4 page without page margins? - ms-officeHow to show Miller indices in MATLAB? - textinflating a shape list layer in android - androidHow to denote "transitive groups" of SQL? - algorithmAll Articles