Skip to main content

MemoryInfo Object

  • workingSetSize Integer - The amount of memory currently pinned to actual physical RAM.当前固定到实际物理RAM的内存量。
  • peakWorkingSetSize Integer - The maximum amount of memory that has ever been pinned to actual physical RAM.已固定到实际物理RAM的最大内存量。
  • privateBytes Integer (optional) Windows - The amount of memory not shared by other processes, such as JS heap or HTML content.未被其他进程共享的内存量,例如JS堆或HTML内容。

Note that all statistics are reported in Kilobytes.请注意,所有统计数据都以千字节为单位报告。