BizTalk host BizTalkServerApplication throttled because ProcessMemory exceeded the configured throttling limit.

2023-01-11T10:47:49.3033333+00:00

Hello ,

In my Biztalk admin console I am facing an issue with throttling issue. PFB error :

BizTalk host BizTalkServerApplication throttled because ProcessMemory exceeded the configured throttling limit.

Because of this error one of my SOAP service is also delaying its response and throwing response timeout error

Can anyone suggest a solution to this.

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
358 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Colin Dijkgraaf 1,346 Reputation points
    2023-02-02T20:34:35.9633333+00:00

    For starters it looks like you are using the default host created when you configure BizTalk, which is a 32 bit host. That can cause memory throttling issues. Please use a 64 bit host for adapters that are 64 bit capable.

    You should also have separate hosts for receiving, orchestrations and sending, as per Microsoft recommendation. I suspect you are running everything on the one host, which can cause both memory and throughput throttling issue.

    If after all of that you still have issues, then you might want to look at creating some more host & host instances to reduce the load on those host instances, or to look at changing the default throttling settings on the hosts.

    0 comments No comments