Skip to main content
Soon, @electron packages on npm will require Node.js 22 LTS. Read more on our blog.

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.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.