Editing the memory and JVM settings for Talend CommandLine - 8.0

Talend Installation Guide

Version
8.0
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 ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
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.sh file.
  4. Change the following information:
    Talend-Studio-win-x86_64.exe -nosplash -application org.talend.studiolite.p2.featmanage.UpgradeCommandlineApplication -consoleLog -data commandline-workspace shell %*
    to
    ./Talend-Studio-linux-gtk-x86_64 -nosplash -application org.talend.studiolite.p2.featmanage.UpgradeCommandlineApplication -consoleLog -data commandline-workspace shell $@
    Tip: For big projects, you may need to increase Xmx to 4096m.