Camera Test
Test benchmark

Benchmark Memoria

Misura l'allocazione e il throughput di lettura/scrittura, e vedi quanta memoria ti darà il tuo browser.

Browser-reported memory

navigator.deviceMemory

Not exposed by this browser

JS heap (performance.memory)

Not exposed by this browser

Chromium browsers round deviceMemory to one of 0.25, 0.5, 1, 2, 4 or 8 GB, and it can be lower than your real RAM. Firefox and Safari do not expose either figure, which is normal and not a bug.

Throughput benchmark

Allocates and reads/writes typed arrays in JavaScript to estimate practical memory speed.

Guida rapida: come usare Benchmark Memoria

Ci vuole meno di un minuto
  1. 1Chiudi le schede che consumano molta memoria in modo che il browser possa allocare liberamente.
  2. 2Esegui il benchmark e lascia che ogni fase finisca.
  3. 3Controlla separatamente l'allocazione, la produttività di lettura e scrittura.
  4. 4Il limite di heap riportato è un limite del browser, non la tua RAM totale.