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: 
Anonymous
Not applicable

GC overhead limit exceeded error

Hello, 

 

I am new to Talend and was trying to transfer data from my data source server (postgresql) to warehouse server (postgresql). In doing so, I am getting an error, screenshot attached (with designer and error), "GC overhead limit exceeded". Can anyone help me out?

 

Thanks!

Labels (2)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

Hi,

 

welcome to community

 

you can try one of the next methods:

1. increase memory Xmx in Advanced Settings (Run tab)

0683p000009M2zn.png

 

2. you could test auto-commit (in tPostgreSQLConnection advanced settings) instead of a single transaction - in case if data too big

3. in addition to 2 you could check "use cursor" in advanced settings

View solution in original post

2 Replies
vapukov
Master II
Master II

Hi,

 

welcome to community

 

you can try one of the next methods:

1. increase memory Xmx in Advanced Settings (Run tab)

0683p000009M2zn.png

 

2. you could test auto-commit (in tPostgreSQLConnection advanced settings) instead of a single transaction - in case if data too big

3. in addition to 2 you could check "use cursor" in advanced settings

Anonymous
Not applicable
Author

Hi,

Not enough memory, try to increase it : 

RUN->Advanced setting-> Use specific JVM arguments

0683p000009M2zs.png

Thanks