how did you handle memory management in bw

Answers were Sorted based on User's Feedback



how did you handle memory management in bw..

Answer / amit kumar

It can be achieved by increasing heap size and configuring
maxjobs, flow limit and activation limit.

Is This Answer Correct ?    4 Yes 2 No

how did you handle memory management in bw..

Answer / s

1) MAX JOBS, FLOW LIMIT and ACTIVATION LIMIT for the process starters.
2) Memory saving mode for engine , helps optimized used of memory usage -> bwengine.xml to true, by default is false
3) Java Heap size -> ideal but it can be changed to 512MB or 1GB or even more for medium and large scale TIBCO environments
4) Use mapper activity instead of xsl transformations.
5) Limited used of GVs
6) Shared variables the instantiation should be made at process startup time so that the same data is shared by all processes in JVM.

Is This Answer Correct ?    2 Yes 0 No

how did you handle memory management in bw..

Answer / shubham

Memory management can be done for a application after
deployment by configuring Flow control,thread count etc
from admin.

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More TIBCO Interview Questions

What are the tibco bw activities that can participate in transactions?

0 Answers  


When is a 'generate error' activity useful?

0 Answers  


If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.

0 Answers  


What is the scope of user defined process variables ?

0 Answers  


what is global variables?

6 Answers   IBM,






How to control the sequence of execution of process instances created by a process starter ?

0 Answers  


How can we get field as input to the input field of another palete as <a>b</a> is there then i need to get as <C>a-b</C>

0 Answers  


If you are posting a message on a queue & Server is down. What happens.

0 Answers  


What are the modes of tibco bw installations ?

0 Answers  


Which are the two process variables available to all activities with inputs ?

0 Answers  


How we can send the message from jms to RV?

1 Answers   Accenture,


Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.

0 Answers  


Categories