◐ Shell
clean mode source ↗

doc: clarify maxRSS unit in `process.resourceUsage()` · nodejs/node@b962560

Original file line numberDiff line numberDiff line change

@@ -3725,7 +3725,7 @@ added: v12.6.0

37253725

* `systemCPUTime` {integer} maps to `ru_stime` computed in microseconds.

37263726

It is the same value as [`process.cpuUsage().system`][process.cpuUsage].

37273727

* `maxRSS` {integer} maps to `ru_maxrss` which is the maximum resident set

3728-

size used in kilobytes.

3728+

size used in kibibytes (1024 bytes).

37293729

* `sharedMemorySize` {integer} maps to `ru_ixrss` but is not supported by

37303730

any platform.

37313731

* `unsharedDataSize` {integer} maps to `ru_idrss` but is not supported by