Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
stan1609735726
Contributor
Contributor

Limit exceed error - Excel file to Oracle table

I am trying to load an excel file with large number of records about 85000 records and i am getting this error:

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded

Could you please advise how to load this many excel record to table

Labels (3)
5 Replies
Prakhar1
Creator III
Creator III

-Xmx​8192M

-XX:-UseGCOverheadLimit

-Xms4096​M

Add above jvm parameters in your job.​

stan1609735726
Contributor
Contributor
Author

Thank you for your reply. Where will I add those parameters? sorry I am new to Talend, Below are the component for my loading job.

 

Prakhar1
Creator III
Creator III

Go to Run -> Advance setting -> Click on "use specific jvm parameters -> Change the values there and Click on New if you want to add new JVM parameters.

stan1609735726
Contributor
Contributor
Author

Thank you very much. It worked.

Another question, if I also need to write large number of records back to another excel file as well and experiencing same issue, exceeding the limit.

Is it possible thru any similar parameters ?

Prakhar1
Creator III
Creator III

Try with similar jvm parameters. It should work, if not please send a screenshot of error here​