[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [GetHeapUsageResponse](./puppeteer.protocol.runtime.getheapusageresponse.md) > [totalSize](./puppeteer.protocol.runtime.getheapusageresponse.totalsize.md) ## Protocol.Runtime.GetHeapUsageResponse.totalSize property Allocated heap size in bytes. Signature: ```typescript totalSize: number; ```