NodeRED Metric Logs Memory Unit

Hi,
What is the unit of memory in metric. Is it in MB or Bytes?

25 Nov 20:59:47 - [metric] {"level":99,"event":"runtime.memory.rss","value":88543232,"timestamp":1637873987643}
25 Nov 20:59:47 - [metric] {"level":99,"event":"runtime.memory.heapTotal","value":59891712,"timestamp":1637873987644}
25 Nov 20:59:47 - [metric] {"level":99,"event":"runtime.memory.heapUsed","value":50390704,"timestamp":1637873987644}

Hi,

50390704 Megabytes = 48.0563 Terabytes

Does your machine have 48 terabytes?

I don't know what the actual uom is (without delving into the source code) but bytes seems much more reasonable...

50390704 Bytes = 48.0563 Megabytes

It is bytes

For details: Process | Node.js v17.1.0 Documentation

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.