Skip to content

Commit 3e5885b

Browse files
authored
doc: clarify maxRSS unit in process.resourceUsage()
PR-URL: #59511 Fixes: #59508 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent bdcab71 commit 3e5885b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3642,7 +3642,7 @@ added: v12.6.0
36423642
* `systemCPUTime` {integer} maps to `ru_stime` computed in microseconds.
36433643
It is the same value as [`process.cpuUsage().system`][process.cpuUsage].
36443644
* `maxRSS` {integer} maps to `ru_maxrss` which is the maximum resident set
3645-
size used in kilobytes.
3645+
size used in kibibytes (1024 bytes).
36463646
* `sharedMemorySize` {integer} maps to `ru_ixrss` but is not supported by
36473647
any platform.
36483648
* `unsharedDataSize` {integer} maps to `ru_idrss` but is not supported by

0 commit comments

Comments
 (0)