Skip to content

Commit b962560

Browse files
himself65targos
authored andcommitted
doc: clarify maxRSS unit in process.resourceUsage()
PR-URL: #59511 Fixes: #59508 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d3afc63 commit b962560

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
@@ -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

0 commit comments

Comments
 (0)