Author |
Message
|
er_pankajgupta84 |
Posted: Fri Mar 30, 2012 7:40 am Post subject: Memory Consumption after deployment |
|
|
 Master
Joined: 14 Nov 2008 Posts: 203 Location: charlotte,NC, USA
|
I have some basic question related to deployment & memory consumption. I seek advice from experts based on their experience:
1. When we deploy Message Flow, Sets, Java components onto Execution Group then do they directly gets loaded into memory or stay on any secondary storage till the time first message (that needs those components) gets processed.
2. What effect does extra components deployed on an Execution Group on memory. For example: If I have 10 Message flows, 20 Mset and 5 Java projects deployed in an EG and I deploy 20 msets and 10 more java project onto the same EG then will it have any significant effect on memory. When I look at the size of the bar files of these 20 msets and 10 more java projects then its not more than 5Mb.
(These extra 20 msets & 10 java projects are not used by any of the 10 flows) |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 30, 2012 7:42 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You simply won't get reliable and trustworthy answers here.
Most of what you're asking is, in general, the kind of thing that your customer probably thinks you already know.
You should pursue these answers through a PMR if you need to get answers you can trust. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Mar 30, 2012 8:00 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
You can use jconsole to view the JRE memory usage of a DataFlowEngine. Note this memory usage displayed by jconsole does not take into account the heap and stack of the DFE runtime's C language memory use. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
er_pankajgupta84 |
Posted: Fri Mar 30, 2012 8:11 am Post subject: |
|
|
 Master
Joined: 14 Nov 2008 Posts: 203 Location: charlotte,NC, USA
|
@jeff - I agree. Just want to see if someone had these queries in recent times.
@lancelotlinc - I agree. But Major portion is non Java. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Mar 30, 2012 8:13 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
er_pankajgupta84 |
Posted: Fri Mar 30, 2012 8:21 am Post subject: |
|
|
 Master
Joined: 14 Nov 2008 Posts: 203 Location: charlotte,NC, USA
|
That's the plan Sir  |
|
Back to top |
|
 |
|