Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File size creating memory problems

Status
Not open for further replies.

augustaeagle

Programmer
Apr 11, 2005
3
0
0
US
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!
 
You should read some blogs about large messages in BizTalk. Heres one you should read


And especially look at this one:


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!

Stephan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top