---
title: Performance.memory
slug: Web/API/Performance/memory
translation_of: Web/API/Performance/memory
---
{{APIRef}}
Sintaxis
timingInfo = performance.memory
Atributos
jsHeapSizeLimit
- El tamaño máximo del heap en bytes que está disponible para el contexto.
totalJSHeapSize
- El total del heap asignado, en bytes. The total allocated heap size, in bytes.
- usedJSHeapSize
- El actualmente activo segmento de heap de JS, en bytes.
Especificaciones
Ninguna.
Compatibilidad de navegadores
{{Compat("api.Performance.memory")}}
Ver también
- The {{domxref("Performance")}} interface it belongs to.