Hello,
When i am extracting around 200 MB of file using tFileInputJson it's erroring out as: Out of memory exception
where as i have configured JVM to run on
-Xms5230M -Xmx12240M
and i am having 20GB of RAM where i have scheduling this job.
But still i am facing this problem of memory.
Can you please suggest how optimizely i can do this using talend.
If any other conponent is there who can read line by line and load it rather than reading it whole and string in memory.
Or if whiler reading i can use temp disk space rather than caching ito memory.
What should be the configuration to run a >200 MB file using the tFileInputJson Component.
Thanks,
Jyotiranjan