Garbage Collection in Biztalk, What would be the wise approach?
问题 Our Biztalk 2006 application contains two orchestrations which are invoked on frequent basis (approx 15 requests per second). We identified possible memory leakages in our application by doing certain throttling threshold changes in the host. As we disabled the memory based throttling, the Process memory started increasing till 1400 MB and after that we started to experience the out of memory exceptions. We are forced to restart the host instances when this situation occurs. We were wondering