Skip to content

RAM Checker

Displays browser memory usage and device RAM. Run the allocation test to measure memory write speed.

performance.memory not available

The performance.memory API is only available in Chromium-based browsers (Chrome, Edge, Brave). Firefox and Safari do not expose heap memory information. You can still run the allocation speed test below.

Note: JS heap size reflects memory used by the JavaScript engine, not total system RAM. The allocation test fills a 50MB Float32Array to stress memory bandwidth. Device memory reports an approximation rounded to the nearest power of 2.

Browser Memory APIs

Modern browsers expose limited memory information through the Performance API. The performance.memory API in Chrome provides insight into JavaScript heap usage, while the Device Memory API allows websites to adapt to different RAM configurations. These APIs help developers optimize web applications for a range of device capabilities.

The allocation speed test measures how quickly your system can allocate and write to a 50MB block of memory, which is a proxy for memory bandwidth — an important metric for applications that process large datasets.