MemoryInfo
Index
Properties
childProcessesBytes
Amount of memory used by child processes of the current Node.js process
freeBytes
Amount of free memory in the system or container
mainProcessBytes
Amount of memory used the current Node.js process
totalBytes
Total memory available in the system or container
usedBytes
Amount of memory used (= totalBytes - freeBytes)
Describes memory usage of the process.