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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Optimal ini settings

What are the recommended settings for TISEE-win32-x86.ini? We are experiencing very slow performance while working in the development studio. Compilation, screen painting takes a long time. In addition some timeout errors are seen intermittently. We are using Talend Integration Suite Enterprise Edition 4.0.2. Some of the developers are on Windows XP and some are on Windows 2003 32 bit. Most have 2 GB of available RAM. All are connecting to a remote repository. What is the recommended development platform?
Thanks in advance
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi
The default setting should be ok. Many times, we do not need to change it. For 2G memory, you can try:
-vmargs
-Xms256m
-Xmx1024m
-XX:MaxPermSize=256m

Best regards
Shong
Anonymous
Not applicable
Author

On the Windows 2003 32 bit machine, I am able to run fairly well with the above settings. However on Windows XP going higher than 768m results in error, even though I have 2 GB memory available. The settings on Windows XP are:
-vmargs
-Xms768m
-Xmx768m
-XX:MaxPermSize=256m
-Xoptgc
Is there a referred development platform? Windows 2003 Vs Windows XP or Windows Vista 64 bit?
Thanks
Anonymous
Not applicable
Author

Hello
Is there a referred development platform? Windows 2003 Vs Windows XP or Windows Vista 64 bit?

All Window platform are support, as you said the setting hight than 768m results in error, it exceeds the available memory even you have total 2GB memory, other memory have been used by other application at the moment.
Best regards
Shong