Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 46aa343

Browse filesBrowse files
himself65richardlau
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 adf98f6 commit 46aa343
Copy full SHA for 46aa343

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3690,7 +3690,7 @@ added: v12.6.0
36903690
* `systemCPUTime` {integer} maps to `ru_stime` computed in microseconds.
36913691
It is the same value as [`process.cpuUsage().system`][process.cpuUsage].
36923692
* `maxRSS` {integer} maps to `ru_maxrss` which is the maximum resident set
3693-
size used in kilobytes.
3693+
size used in kibibytes (1024 bytes).
36943694
* `sharedMemorySize` {integer} maps to `ru_ixrss` but is not supported by
36953695
any platform.
36963696
* `unsharedDataSize` {integer} maps to `ru_idrss` but is not supported by

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.