OutOfMemoryException Processing Large File
Posted
by Krip
on Stack Overflow
See other posts from Stack Overflow
or by Krip
Published on 2010-03-30T13:21:17Z
Indexed on
2010/03/30
13:23 UTC
Read the original article
Hit count: 448
We are loading a large flat file into BizTalk Server 2006 (Original release, not R2) - about 125 MB. We run a map against it and then take each row and make a call out to a stored procedure.
We receive the OutOfMemoryException during orchestration processing, the Windows Service restarts, uses full 2 GB memory, and crashes again.
The server is 32-bit and set to use the /3GB switch.
Also I've separated the flow into 3 hosts - one for receive, the other for orchestration, and the third for sends.
Anyone have any suggestions for getting this file to process wihout error?
Thanks, Krip
© Stack Overflow or respective owner