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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ChaitraCP
Contributor
Contributor

Files going to InError folder intermittently because of heap space issue only in PROD environment (ESB)

Hi,

We have created a route where we convert CSV to XML. In that we are using 2 tHmap components based on the requirement. We don't see any issues in LOCAL & TEST environment. But after deployed to PROD, files are moving into InError folder intermittently with the heap space issue and we are not getting email alert for this error even though we have setup error handling in job level.

We are not able to replicate this issue in TEST environment. Could anyone please help us on this issue.

Also please clarify below queries.

1) How to improve the performance of the job

2) How to setup error handling in route level.

3) Can we increase the memory using jvm parameters in ESB TAC.

Thanks & Regards,

Chaitra CP

 

Route design

0695b00000SsrgZAAR.pngJob design

 

0695b00000SsrgtAAB.png0695b00000Ssrh3AAB.png

Labels (4)
1 Reply
Anonymous
Not applicable

An easy way to solve OutOfMemoryError in java is to increase the maximum heap size by using JVM options "-Xmx512M", this will immediately solve your OutOfMemoryError.