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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Ray0801
Creator
Creator

Java Heap Memory Error

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.

Labels (2)
6 Replies
Anonymous
Not applicable

Did you upgrade the Java version or database version recently?

 

Regards

Shong

Ray0801
Creator
Creator
Author

@Shicong Hong​ No we have done no changes to the setup.

Prakhar1
Creator III
Creator III

Did you used the JVM parameters in the job ?

Ray0801
Creator
Creator
Author

Yes,please find the parameters attached.

Ray0801
Creator
Creator
Author

@prakhar dubey​ The old values where min 256 &max 1024

Prakhar1
Creator III
Creator III

@Merffi Ramesh​ 

Use JVM parameters like below :

-XX:-UseGCOverheadLimit

-Xms4096M

-Xmx111536m

-XX:MaxHeapFreeRatio=70