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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ganeshK
Contributor
Contributor

How to release java memory for talend jobs when it is in sleep mode using tSleep

Hi,

I have talend job which will run continuously whenever there is an input files. If there is no input files then job will go sleep mode for 60 seconds using tSleep component. When i look into task manager processes, My talend job memory is not releasing it and keep increasing it.

How to release java process memory?

Labels (2)
2 Replies
XJ_1630
Contributor III
Contributor III

 

did you check your -XmX values ?

 

try allocating lesser memory at the start of the job

 

https://askinglot.com/what-is-xms-and-xmx-parameter-in-talend

gjeremy1617088143

Hi if you want to build a job wich run continuously and looking for input file in folder for example, it's better to use route instead of standalone job.

routes are made for this.

Send me love and kudos