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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Publish to Talend cloud from Studio failing with Java Heap Space error

Hello everyone, I have been trying to publish job (with Nested subjobs) to Talend cloud from Studio but I am getting Java Heap Space error every time I am trying. The build is failing while setting the classpath for the second last job.

I am not sure where to increase the heap size for the same. Please suggest.

Thanks

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I have tried by updating the value for below variables in Talend-Studio-win-x86_64.ini file - 

-Xms512m
-Xmx10240m
-XX:MaxPermSize=2048m.

 

Doing that I was able to publish the job to Talend cloud.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

I have tried by updating the value for below variables in Talend-Studio-win-x86_64.ini file - 

-Xms512m
-Xmx10240m
-XX:MaxPermSize=2048m.

 

Doing that I was able to publish the job to Talend cloud.