Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 405 Bytes

process-memory-info.md

File metadata and controls

7 lines (6 loc) · 405 Bytes

ProcessMemoryInfo Object

  • 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.
  • shared Integer - The amount of memory shared between processes, typically memory consumed by the Electron code itself in Kilobytes.