mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
414 B
414 B
MemoryInfo Object
workingSetSizeInteger - The amount of memory currently pinned to actual physical RAM.peakWorkingSetSizeInteger - The maximum amount of memory that has ever been pinned to actual physical RAM.privateBytesInteger (optional) Windows - The amount of memory not shared by other processes, such as JS heap or HTML content.
Note that all statistics are reported in Kilobytes.