[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [SetPressureNotificationsSuppressedRequest](./puppeteer.protocol.memory.setpressurenotificationssuppressedrequest.md) ## Protocol.Memory.SetPressureNotificationsSuppressedRequest interface Signature: ```typescript export interface SetPressureNotificationsSuppressedRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [suppressed](./puppeteer.protocol.memory.setpressurenotificationssuppressedrequest.suppressed.md) | boolean | If true, memory pressure notifications will be suppressed. |