We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
process.resourceUsage()
1 parent bdcab71 commit 3e5885bCopy full SHA for 3e5885b
doc/api/process.md
@@ -3642,7 +3642,7 @@ added: v12.6.0
3642
* `systemCPUTime` {integer} maps to `ru_stime` computed in microseconds.
3643
It is the same value as [`process.cpuUsage().system`][process.cpuUsage].
3644
* `maxRSS` {integer} maps to `ru_maxrss` which is the maximum resident set
3645
- size used in kilobytes.
+ size used in kibibytes (1024 bytes).
3646
* `sharedMemorySize` {integer} maps to `ru_ixrss` but is not supported by
3647
any platform.
3648
* `unsharedDataSize` {integer} maps to `ru_idrss` but is not supported by
0 commit comments