I've run into a big problem with passing big files (100Mb or more) into BizTalk. Does anyone know what the max file size is before BizTalk shuts down the system because of memory usage? Thanks!
Just some guidelines to think about when talking BizTalk and large Messages:
- dont use Mappings (The whole Document will be loaded into Memory and causes your BIzTalk to go OOM)
- in custom Components always use streaming technology (Dont use the XmlDocument class, makes your BizTalk go OOM)
Hope that helps a bit!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.