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

Why we implement the TIBCO in our organisation or company

2 Answers   Matrix,


If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?

0 Answers  


What is the purpose of a lock shared configuration resource?

0 Answers  


What is process name dynamic override?

0 Answers  


When used Persistent mode, where are you Persisting the data?

1 Answers  






What are the revision control system options available in tibco designer?

0 Answers  


what is the usega of TIBCO

6 Answers  


how to create a directory using external command activity in BW? can u please tell the cmd?

1 Answers  


What is vcrepo.dat?

0 Answers  


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

0 Answers  


What are the options for configuring storage for process engine's checkpoint repository ?

0 Answers  


Where are the designer preferences stored ?

0 Answers  


Categories