a96b6e2c96
* build: move to the new docs parser * chore: remove the bad getTitle param doc * build: update parser/ts gen deps + fix some docs issues highlighted by GH desktop * chore: apply suggestions from code review Co-Authored-By: MarshallOfSound <samuel.r.attard@gmail.com> * chore: update docs for accidentally removed things * chore: update docs/api/command-line.md Co-Authored-By: MarshallOfSound <samuel.r.attard@gmail.com>
8 lines
413 B
Markdown
8 lines
413 B
Markdown
# ProcessMemoryInfo Object
|
|
|
|
* `residentSet` Integer - _Linux_ and _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.
|
|
* `shared` Integer - The amount of memory shared between processes, typically
|
|
memory consumed by the Electron code itself in Kilobytes.
|