To gain in performance at runtime and when launching Talend CommandLine, you can edit the memory
settings in the corresponding .ini file.
Procedure
-
Edit the Talend-Studio-linux-gtk-x86_64.ini
file.
-
Edit the memory attributes. For example:
-vmargs -Xms512m -Xmx1536m
-XX:MaxMetaspaceSize=512m
Tip: For big projects, you may need to increase Xmx to
4096m
.
-
Edit the commandline-linux.sh file.
-
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
.