Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am running a full load job from mysql to mysql there are only two components the target and the source DB components.
On running it,I am getting Out of memory Error.
I read the other articles regarding this issue,it was suggested to increase the memory size,I have increased it to 8096 and I am still getting the out of memory error.
This job was running fine,before for about a year and has suddenly been throwing this error for the past 2 weeks.
WE are using Talend Open Studio Data Integration 7.0.1
I have attached the error screenshot.
Did you upgrade the Java version or database version recently?
Regards
Shong
@Shicong Hong No we have done no changes to the setup.
Did you used the JVM parameters in the job ?
Yes,please find the parameters attached.
@prakhar dubey The old values where min 256 &max 1024
@Merffi Ramesh
Use JVM parameters like below :
-XX:-UseGCOverheadLimit
-Xms4096M
-Xmx111536m
-XX:MaxHeapFreeRatio=70