Outbound Large Document handling - pub.flatFile:convertToStr

We are using webMethods 6.5. We have a scenario were a large EDI transaction set has to be transformed to a flat file. The approx size of the input/output ratio is 1:6 i.e. for a 1 MB sized transaction set the ouptut generated is 6 MB. Now the process works fine when we have smaller sized transaction say till 16 MB. But when the size of the transaction increases beyond 16 MB the convertToString service seems to be eating up lot of memory leaving nothing for further processing services to run and the whole process ends up in OutOfMemory error.

The first thing that came to our mind is the JVM and the heap related settings (JVM - 1.4.2_08, MIN_MEM/MAX_MEM =1024M/1436M), we are pretty much maxed out here and can’t do much. Just wondering what webMethods IS could be doing in these scenarios. webMethods do has a large document handling on the inbound/receiving side (convertToValues) but I am surprised to see a similar concept missing in the outbound/sending side (convertToString). The resulting IDATA/Document of a map service could be huge in size and not sure how we can have the convertToString handle it without much of memory issues. Is there a way Out ?

Appreciate everyone’s comments on this.

Regards,
Balachandar

Is it possible for you to break this file?

One could get the size of the document and then break it into a parts and then after processing group the parts.