<!-- Do not edit this file. It is automatically generated by API Documenter. --> [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. <b>Signature:</b> ```typescript totalSize: number; ```