ProcessMemoryInfo

external interface ProcessMemoryInfo(source)

Properties

Link copied to clipboard
abstract var private: Double

The amount of memory not shared by other processes, such as JS heap or HTML content in Kilobytes.

Link copied to clipboard
abstract var residentSet: Double

The amount of memory currently pinned to actual physical RAM in Kilobytes.

Link copied to clipboard
abstract var shared: Double

The amount of memory shared between processes, typically memory consumed by the Electron code itself in Kilobytes.