Information heap size
问题 What information can I obtain from the performance.memory object in Chrome? What do these numbers mean? (are they in kb's or characters) What can I learn from these numbers? Example values of performance.memory MemoryInfo { jsHeapSizeLimit: 793000000, usedJSHeapSize: 10000000, totalJSHeapSize: 31200000 } 回答1: What information can I obtain from the performance.memory object in Chrome? The property names should be pretty descriptive. What do these numbers mean? (are they in kb's or characters)