Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 ganeshK
		
			ganeshK
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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?
 XJ_1630
		
			XJ_1630
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
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
 gjeremy16170881
		
			gjeremy16170881Hi 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
