Hi,
I am a new user of Talend and have installed it. I am not able to find the generic information about the following.
Can anyone answer these questions.
1.Basic system requirements like memory for client and server systems.
2.On which platforms the client and server can be run?
3.How is the exception handling reported(ex: through flat files etc).
4.Basic architecture of Talend whether it is a Client-Server Architecture.
5.Version Control Capability.
6.Support for designing Datamarts.
7.Lookup transform.
8.Any Options provided for Performance Tuning.
9.Security like Encription Provided.
10.Impact Anaalysis Capability.
Hi,
When we export job, then default settings in batch file for java arguments are "java -Xms256M -Xmx1024M" I am using TOS 4.2.2. This results in error due to not able to allocate object heap. I have modified these settings to "java -Xms64M -Xmx256M". This resulted in successful execution of job. I have 1.66 GB RAM on my windows 2008 Server.
Question is
1) how to find and evaluate optimum memory requirement for individual job to perform better and what are different points to consider.
2) How to set different java memory options for individual job inside a project ? can we do it.
Thanks
Vaibhav
Hi, On windows the patch KB956572 prevents to launch java with "-Xmx 1024M". The patch KB971812 corrects this bug. Maybe you have to verify these patchs because running jobs with "-Xmx 256M" is borderline. regards, Ben