docs: fix platform location for params (#18987)
This commit is contained in:
parent
ec8697bcdc
commit
1a6a16e346
4 changed files with 9 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# ProcessMemoryInfo Object
|
||||
|
||||
* `residentSet` Integer - _Linux_ and _Windows_ - The amount of memory
|
||||
* `residentSet` Integer _Linux_ _Windows_ - The amount of memory
|
||||
currently pinned to actual physical RAM in Kilobytes.
|
||||
* `private` Integer - The amount of memory not shared by other processes, such as
|
||||
JS heap or HTML content in Kilobytes.
|
||||
* `private` Integer - The amount of memory not shared by other processes, such as JS heap or HTML content in Kilobytes.
|
||||
* `shared` Integer - The amount of memory shared between processes, typically
|
||||
memory consumed by the Electron code itself in Kilobytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue