Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Job design
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.