ClusterMem
Cluster memory.
Type
Properties
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| rss | number | ❌ | null | Resident Set Size - total memory allocated for the process execution in bytes. |
| heapTotal | number | ❌ | null | Total size of the allocated heap in bytes. |
| heapUsed | number | ❌ | null | Actual memory used during the execution in bytes. |
| external | number | ❌ | null | V8 external memory usage in bytes. |
| arrayBuffers | number | ❌ | null | Memory usage by array buffers in bytes. |