Skip to main content Skip to complementary content
Close announcements banner

Editing the memory and JVM settings for Talend CommandLine

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
    Information noteTip: 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
    Information noteTip: For big projects, you may need to increase Xmx to 4096m.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!