当前位置: 首页 > 文档资料 > Electron 中文文档 >

ProcessMemoryInfo Object

优质
小牛编辑
120浏览
2023-12-01
  • residentSet Integer Linux and 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.
  • residentSet Integer Linux and 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.