Exchange 2016 - Back Pressure Issue

Learn how back pressure monitors system resources on Exchange 2016 servers to prevent servers from being overwhelmed by the volume of incoming messages.

Back pressure is a system resource monitoring feature of the Microsoft Exchange Transport service that exists on Mailbox servers and Edge Transport servers. Back pressure detects when vital system resources, such as hard drive space and memory, are overused, and takes action to prevent the server from becoming completely overwhelmed and unavailable. For example, when a system resource utilization level on the Exchange server is determined to be too high, the server delays accepting new messages. If the resource utilization gets worse, the server stops accepting new messages to work exclusively on processing all existing messages, and might even stop processing outgoing messages. When the system resource utilization returns to an acceptable level, the Exchange server resumes normal operation by accepting new messages and processing outgoing messages.
View back pressure resource thresholds and utilization levels


[xml]$bp=Get-ExchangeDiagnosticInfo [-Server ] -Process EdgeTransport -Component ResourceThrottling; $bp.Diagnostics.Components.ResourceThrottling.ResourceTracker.ResourceMeter
Back pressure configuration settings in the EdgeTransport.exe.config file
These settings are listed only as a reference for the default values. We strongly discourage any modifications to the back pressure settings in the EdgeTransport.exe.config file. Modifications to these settings might result in poor performance or data loss. We recommend that you investigate and correct the root cause of any back pressure events that you may encounter.


Reference
https://technet.microsoft.com/en-us/library/bb201658(v=exchg.160).aspx