You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi !
When I refresh the preview of an xml File, the loading preview is started, but nothing appends... I never have my preview values, but I can cancel the operation.
How to fix this problem ? (same problem with TOS 3.0.4) and same JVM (1.6.0_13).
With File Monitor, it seems the file to be read is well read and then close.
I have no more net and web connexions when the preview is running.... The CPU usage is 25% or 50% and stays like that.
Here is a print screen.
Thanks a lot.
Kim
Last edited by kvocat (2009-05-14 14:41:04)
Offline

I have found the solution.
It was a problem with Microsoft update packages which limit the maximum java memory size for the JVM up to 750MB. So you have to change the link for starting Talend, like " ... -vmargs -Xms512m -Xmx1024m .... " to "... -vmargs -Xms512m -Xmx750m ...". Xms is the initial heap size and -Xmx is the maximum.
Now, it works fine.
Have a good week-end.
Kim
Offline
Pages: 1