Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can someone help how to solve the OutOfMemory Erro?
Please refer to attached job screen shot.
The XML source file has 200000 records
Hello,
Could you please let us know if this article https://community.talend.com/t5/Migration-Configuration-and/OutOfMemory-Exception/ta-p/21669 helps?
Best regards
Sabrina
Thanks for your reply xdshi, I already looked into that link but it does not help. I increased the value of Xms256M and Xmx1034M still the same issue.
Hello,
The memory that you can allocate to your Talend Studio depends mostly on your system memory availability. Are you using 8G RAM in your 64 bit machine?
Best regards
Sabrina
yes machine is 8gb RAM 64bit
Hi
Please try with JVM arguments in the adavance settings of the job to get rid of this error
minimum limit should be given as -Xms-256M
Maximum limit should be given as -Xmx-1024M in specific JVM arguments of the job
Note:these limit varies based on your system architecture
Don't forget to give kudos when a reply is helpful and click Accept the solution when you think you're good with it.
Hello,
Have you tried to use
Minimum limit should be given as -Xms-256M
Maximum limit should be given as -Xmx-1024M in specific JVM arguments of the job?
Is there any update for you issue?
Best regards
Sabrina