Increasing Engine Memory to Run Complicated Processes
Sometimes, when you are running one or more processes in TIBCO Business Studio that consume more memory, the program may hang due to insufficient memory. To enable the process to run smoothly, you can increase the engine memory.
The
TIBCOBusinessStudio.ini file in
ActiveMatrix BusinessWorks installation folder can be modified to increase the memory.
- Procedure
- Open the
TIBCOBusinessStudio.ini file located at
<TIBCO_HOME>\studio\4.0\eclipse and search for the line containing the text
Xms512m
. - Change it to
Xms1024m
. - Restart
ActiveMatrix BusinessWorks for the changes to be effective.
You should now be able to smoothly run processes requiring a large amount of memory.