Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Data Mapper - Memory Issue While Creating an XML from a huge volume Flat File

Hi Talend Experts,

 

I am facing an issue while creating a complex multi-loop XML from a flat file of > 1GB size. The main issue is it is failing even after assigning 10+GB of JVM to the XML generation job. Is there any-way to improve the memory performance, say generating the xml with lesser memory in an efficient way.

 

Also is there any way to use the hard disk, instead of RAM, or to chose SAX parser or any other efficient way to reduce the memory usage.

 

Any urgent suggestion would be helpful.

 

Thanks in advance 

Labels (3)
4 Replies
Anonymous
Not applicable
Author

You can configure the buffer size

 

 


tFileOutputXml.PNG
Anonymous
Not applicable
Author

Thanks a lot for your reply. Actually I am creating the XML in Talend data mapper, as my requirement is to create a complex xml with multiple loops and other complexities.

 

Is there any way to manage the XML creation memory in Talend data mapper.

Anonymous
Not applicable
Author

Sorry, I don't have data mapper

Did you checked all the advance configuration?
Anonymous
Not applicable
Author

Hi Dgm,

 

I have done some check on this, but was unable to find any such settings. Appreciate if anyone can help to properly utilize the memory or any way to re-design the XML generation job.