Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have 8 gb of ram and i have also edited.ini file by -Xmx2048m. still no improvement.
Hello,
Could you please let us know what's your OS? Don't you have anything in the View "Error log" when your talend hangs?
In your Studio, click Window to open the menu, then select Show View->General->Error Log. Once you see an error, double click it.
Best regards
Sabrina
I am using Windows 7. There are no errors in the error log. However, I think I found the problem.
The tLogRow component was logging all my rows from my CSV file to the console, so I could see the output on the "Run" TAB. After running my job, it was outputting a large amount of text, which was fine. But when changing TABS or going back to the RUN tab, it was making Talend Studio unresponsive. If I clear the console under the RUN tab, everything seemed to behave again. So the problem is that Talend Studio is not handling large amounts of data being outputted to the console and viewed in the RUN tab. I will have to output to a text file instead of the console.