[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [SetPressureNotificationsSuppressedRequest](./puppeteer.protocol.memory.setpressurenotificationssuppressedrequest.md) > [suppressed](./puppeteer.protocol.memory.setpressurenotificationssuppressedrequest.suppressed.md) ## Protocol.Memory.SetPressureNotificationsSuppressedRequest.suppressed property If true, memory pressure notifications will be suppressed. Signature: ```typescript suppressed: boolean; ```