Editing the memory and JVM settings for Talend CommandLine - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

Talend CommandLine as a Server is deprecated from Talend 7.1 onwards.

To gain in performance at runtime and when launching Talend CommandLine, you can edit the memory settings in the corresponding .ini file.

Procedure

  1. Edit the Talend-Studio-linux-gtk-x86_64.ini file.
  2. Edit the memory attributes. For example:
    -vmargs -Xms512m -Xmx1536m -XX:MaxMetaspaceSize=512m
    Tip: For big projects, you may need to increase Xmx to 4096m.
  3. Edit the commandline-linux_x86_64.sh file.
  4. Change the following information:
    ./Talend-Studio-linux-gtk-x86_64 -nosplash -application 
    org.talend.commandline.CommandLine -consoleLog -data 
    commandline-workspace startServer -p 8002
    to
    /My_Jvm_Path/java -jar
    plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    -nosplash -application org.talend.commandline.CommandLine
    -consoleLog -data commandline-workspace startServer -p 8002
    -vmargs -Xmx1536m -XX:MaxMetaspaceSize=512m
    Tip: For big projects, you may need to increase Xmx to 4096m.