P
P
Peter2016-12-29 12:34:41
Node.js
Peter, 2016-12-29 12:34:41

What does the data in memory usage statistics mean?

To analyze memory consumption, I installed memwatch-next .
It gives out a lot of interesting information, but I don’t understand what it means =)

{
  "num_full_gc": 17,
  "num_inc_gc": 8,
  "heap_compactions": 8,
  "estimated_base": 2592568,
  "current_base": 2592568,
  "min": 2499912,
  "max": 2592568,
  "usage_trend": 0
}

Please help me decipher the property. What is responsible for what and how to operate with them to debug the application.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question