|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Increase Broker Heap??? |
« View previous topic :: View next topic » |
Author |
Message
|
JohnMichael |
Posted: Tue Dec 11, 2007 5:04 am Post subject: Increase Broker Heap??? |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
Hello All,
I am facing lot of problem with a flow where there is a need of increasing jvm heap size. I have referred all the resources provided to me and got little bit of confusion.
What the confusion is what is the difference in increasing broker heap size and execution group heap size. will there be any effect if I increase broker heap size rather than increasing all the execution group's heap size. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 11, 2007 5:48 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Neither the broker nor the EG heap are the same as the EG JVM heap.
That is, there are "three" heaps. But really, there are only two. The EG has a heap/stack for the ESQL/runtime portions, and a JVM heap for the Java runtime portions.
The broker exists only as a) bipBroker, which may never need you to manually adjust the heap, b) a collection of DataFlowEngine processes, one per EG, c) the bipHttpListener. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JohnMichael |
Posted: Tue Dec 11, 2007 6:57 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2007 Posts: 55
|
Jeff,
In my situation I get java.lang.OutOfMemoryError while executing java code in JavaCompute. This means I need to increase the jvm heap.
For this I can go for
1. mqsichangeproperties BrokerName -e EG -o ComIbmJVMManager -n jvmMinHeapSize -v value
mqsichangeproperties BrokerName -e EG -o ComIbmJVMManager -n jvmMaxHeapSize -v value
but we have other command
2. mqsiservice BrokerName -r MinJVMHeapSize=value
mqsiservice BrokerName -r MaxJVMHeapSize=value
What are these for????? |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 11, 2007 7:08 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
mqsiservice should only be run under the auspices of a PMR - that is,only under the instructions of IBM support.
You will notice, for example, that it's not a documented command.
If you received a PMR that gave you those instructions, then ask the support person what the difference is. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|