What is XMS and XMX parameter in Talend

What is XMS and XMX parameter in Talend

JAVA_MIN_MEM. Determines the start size of the Java heap memory. Higher values may reduce garbage collection and improve performance. Corresponds to the JVM parameter -Xms.

JAVA_MAX_MEM. Determines the maximum size of the Java heap memory. Higher values may reduce garbage collection, improve performance and avoid "Out of memory" exceptions. Corresponds to the JVM parameter -Xmx. 

This settings can be modified in Advanced Settings in Run Window




No comments:

Post a Comment