Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Allocating more memory to Talend Studio for a 16GB RAM machine?

I saw the link here which describes how much memmory should be allocated to Talend for 2GB and for 8GB machines. How about for a 16 GB machine?
2GB:
-vmargs -Xms256m -Xmx1024m -XX:MaxPermSize=256m -Dfile.encoding=UTF-8
8GB:
-vmargs -Xms1024m -Xmx4096m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
Can I assume that a 16GB machine would look like this:
-vmargs -Xms2048m -Xmx8192m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
Best regards,
Matthew Moisen
Labels (2)
1 Reply
Anonymous
Not applicable
Author

I'd have thought the 8GB settings are more than sufficient.
I usually manage with the defaults.