how did you handle memory management in bw
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the advantage of scripted deployment in Tibco?What is difference between scripted deployment and normal deployment
If I start multiple instances of the same process(which is listening on a queue), will I have multiple receivers on a queue ?
What are the revision control system options available in tibco designer?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
What are the pretch predicates in tibco bw ?
How can we change Global variable deployment ? what is it defines?
how to create adapters?how to connect adapters? and how to build?
If you have installed a particular version of tibco software e.g. Tibco bw x.y.z, what are x, y and z number stands for?
Hi i want to learn TIBCO. I am not good at programming.. Which module should i prefer to learn in tibco. i am having 2 years exp in another sector, now i m planning to change my career path. Please suggest me.
how to create global variables and if we create where do we have to use in the project ?
How do wait-notify resources work ?
Where Do U Set JMS Heap Size?