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 |
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>
what is global variables?
in one tibco project how many services interfacesess it will be created
by using java language only we use this integration
What are the types of adapter services ?
I am a middleware support guy. I am working on Tibco but being a support guy dont know much details about it. My interest is to work as an Tibco administrator. Please suggest what to start with. I dont want to get into development. Please help??
Can there be two error transitions out of an activity ?
How do wait-notify resources work ?
wht is custom id?
What is meant by process context varibale?
How do you determine if there are broken references in the project?
What is the Difference between JMS queue reciever and JMS queue requestor?