Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
While going through all the tabs/view in RUN tab i came across JVM arguments..
what are these JVM arguments and why only 2 of them are specified ...
Run Tab - Advanced Settings
Also what is this Targer Exec and Memory Run??? Can anyone brief me over these settings tab pls...
Thanks
Ankit
xmx and Xms are java memory management parameters while running the job.
https://stackoverflow.com/questions/14763079/what-are-the-xms-and-xmx-parameters-when-starting-jvms
Below link will help you to understand more about target execution. It basically means to execute a job in a remote server instead of your local machine.
https://help.talend.com/reader/I9eQ2kAiH7z0zA8d1rN~3Q/0GQrY8bgk0LGJdIDFGg10Q
Memory run allows you to monitor a job's memory allocation in real time.
https://help.talend.com/reader/68cjh05i2K43RJsuYOQJ1Q/_ghnLLPlhCPIeDqJO46A6g
Hope I have answered your queries and if you are happy, could you please mark the topic as resolved? Kudos are also welcome 🙂
Warm Regards,
Nikhil Thampi
xmx and Xms are java memory management parameters while running the job.
https://stackoverflow.com/questions/14763079/what-are-the-xms-and-xmx-parameters-when-starting-jvms
Below link will help you to understand more about target execution. It basically means to execute a job in a remote server instead of your local machine.
https://help.talend.com/reader/I9eQ2kAiH7z0zA8d1rN~3Q/0GQrY8bgk0LGJdIDFGg10Q
Memory run allows you to monitor a job's memory allocation in real time.
https://help.talend.com/reader/68cjh05i2K43RJsuYOQJ1Q/_ghnLLPlhCPIeDqJO46A6g
Hope I have answered your queries and if you are happy, could you please mark the topic as resolved? Kudos are also welcome 🙂
Warm Regards,
Nikhil Thampi
Thanks Nikhil !!!!!