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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

JAVA heap space error

Hi,

 

I'm trying to copy 12lacs - 15lacs records from one mysql database table to another mysql database table  using talend, then I'm getting java heap space error.

 

Please guide me how to resolve this (I can't increase my java heap space)

 

Thanks,

P.Nehru.

Labels (4)
4 Replies
Anonymous
Not applicable
Author

Hello,

Are you able to allocate more memory for your studio?

Could you please take a look at this article:https://community.talend.com/t5/Migration-Configuration-and/Allocating-more-memory-to-Talend-Studio/...?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

 

we build all these jobs in our local machines and will deploy or setup the same in another remote machine (There is no studio in the remote machine)

 

Thanks,

P.Nehru.

ThWabi
Creator II
Creator II

Hi Nehru,

 

maybe one or more of these suggestions can be useful for you.

- Enable streaming in your database input component.

- Enable extent insert and set extent size and commit size in your database output component.

- If you use a tMap component, try to adjust the buffer size.

 

Best regards,

 

Thomas

 

Anonymous
Not applicable
Author

Thanks Thomas, will try this.