Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
Context :
The goal of the job is to convert data, it deals with the duplication (tUniqRow) etc, from a table containing 300k lignes. That table got +/- 250 columns (heavy... but can't deal in another way).
We are using TOS, SQL Server, and components like that tUniqRow.
It's possible to go without that component but that's not the point of that subject.
Problem :
While executing the job on a local machine : 30% of cpu usage.
While executing the job on the production environment which is a virtual machine : 100% of cpu usage and the following java heapspace error : Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
The taskmanager shows indeed the 100% of usage while the RAM is at 3 on 8 Go available.
Both CPU are almost the same, xeon5675 for the local one and 5660 for the VM.
Question :
Is there any configuration required (or advised) for installing/executing Talend on a VM ?
Thanks for your time.
A.