Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ankit7359
Creator II
Creator II

JVM Arguments in Run View!!!!!

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 ...

0683p000009M14j.pngRun Tab - Advanced Settings

Also what is this Targer Exec and Memory Run??? Can anyone brief me over these settings tab pls...

Thanks

Ankit

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

@ankit7359

 

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

 

View solution in original post

2 Replies
Anonymous
Not applicable

@ankit7359

 

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

 

ankit7359
Creator II
Creator II
Author

Thanks Nikhil !!!!!