Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
My development machine is a Win2019 server with 16Gb memory. It takes 1-2 minutes for Talend Studio to start on it. Is this an expected spin-up time or does this point to a configuration problem?
Hi
You can try the following ways:
1 Open .ini file under <Studio installation directory>/, such as Talend-Studio-win-x86_64, and modify the Java parameter -Xms and - Xmx to allocate more memory to Studio.
2 Open Project settings-->Designer-->Palette settings panel, and then hide the components which you will not use, (you can active the hidden components again whenever you need to use them), this will reduce the loading time of Talend components.
Regards
Shong
Hi
You can try the following ways:
1 Open .ini file under <Studio installation directory>/, such as Talend-Studio-win-x86_64, and modify the Java parameter -Xms and - Xmx to allocate more memory to Studio.
2 Open Project settings-->Designer-->Palette settings panel, and then hide the components which you will not use, (you can active the hidden components again whenever you need to use them), this will reduce the loading time of Talend components.
Regards
Shong
Thanks for this! I changed the ini file settings and reduced my load time from 1 min 53sec to 45 secs