ProcessMemoryInfo Type
Constructors
| Constructor |
Description
|
Full Usage:
ProcessMemoryInfo(residentSet, private, shared)
Parameters:
int
-
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ || The amount of memory
currently pinned to actual physical RAM in Kilobytes.
private : int
-
The amount of memory not shared by other processes, such as JS heap or HTML content in Kilobytes.
shared : int
-
The amount of memory shared between processes, typically memory consumed by the Electron code itself in Kilobytes.
Returns: ProcessMemoryInfo
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.private
|
The amount of memory not shared by other processes, such as JS heap or HTML content in Kilobytes. |
Full Usage:
this.residentSet
|
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ✔ | MAS ❌ The amount of memory currently pinned to actual physical RAM in Kilobytes. |
Full Usage:
this.shared
|
The amount of memory shared between processes, typically memory consumed by the Electron code itself in Kilobytes. |
fable-electron-docs-api