Skip to main content

ProcessMemoryInfo Object

  • residentSet Integer Linux Windows - The amount of memory currently pinned to actual physical RAM in Kilobytes.当前固定到实际物理RAM的内存量,单位为千字节。
  • private Integer - The amount of memory not shared by other processes, such as JS heap or HTML content in Kilobytes.未被其他进程共享的内存量,例如JS堆或HTML内容,单位为千字节。
  • shared Integer - The amount of memory shared between processes, typically memory consumed by the Electron code itself in Kilobytes.进程之间共享的内存量,通常是Electron代码本身消耗的内存,单位为千字节。