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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Import from MSSQL and load it in excel file

I am new to Talend. I have created a graph where the data is pulled from a MSsql server table and loading it in Excel but its throwing the below error

 

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

 

First i got this error when the setting was -Xms512m, then i changed it to -Xms1024m but it didn't made any impact. I have even tried it with -Xms2048m, in this scenario the TALEND application didn't start. After every changes, i have restarted my machine. Please help me solve it.

Labels (4)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Change Xmx for the job to 2048 or 4096 or more depending on your memory capacity.

View solution in original post

1 Reply
TRF
Champion II
Champion II

Change Xmx for the job to 2048 or 4096 or more depending on your memory capacity.