Author |
Message
|
saram1920 |
Posted: Wed Nov 05, 2003 9:59 am Post subject: control center error |
|
|
Novice
Joined: 23 Sep 2003 Posts: 12
|
hi everybody..
My control center pops up an error message occasionally...
Error: BIP0001E Control center is almost out of memory (203 MB used)
Currnet loaded Resources take too much memory space..
so, if I refresh from shared...it works
any thought, why this error pops, though I dont have plenty of message sets nor message flows!!
thanks in advance
sanu. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 05, 2003 10:47 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can increase the amount of memory that your control center uses by increasing the JVM heap size in the batch file that launches the Control Center by adding the appropriate -mx and -ms parameters to the javaw.exe commands. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Nov 05, 2003 12:05 pm Post subject: Sorry, couldn't resist |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
|
Back to top |
|
 |
venkat kumar |
Posted: Thu Nov 06, 2003 1:42 am Post subject: |
|
|
Newbie
Joined: 26 Sep 2003 Posts: 9 Location: Bangalore, India
|
Hi,
my understanding is as follows. correct me if i am wrong.
When you create configuration resources , new objects are created within your control center. They are not stored in the shared repository but in the control center memory caches. This cache size is allocated by the batch program mqsilcc
start bin\javaw.exe -cp "%MQSI_CLASSPATH%" -mx200M com.ibm.ivm.mqitool.app.MQIToolkit
The size allocated is 200MB. When the configuration resources created excceds this size you get this error message.
So either you increase this heap size or you save your workspace and then refresh from shared repository. |
|
Back to top |
|
 |
Blobtastic |
Posted: Thu Nov 06, 2003 4:01 am Post subject: |
|
|
Apprentice
Joined: 03 Nov 2003 Posts: 34 Location: uk
|
Hi Sanu,
A colleague of mine recently raised exactly the same problem with IBM as a pmr, and got the following response:-
"As a result of A PMR raised with IBM I had to send them details of our DB2 configuration on Config box and broker box. The problem I had was that I keep getting the message stating that the "Control Centre is Almost Out of memory". They have come back to me with the following recommendations, which may or may not also be related the paging space problems we have been having.
On MQSIMRDB, MQSICMDB and broker DB's, comment was made that the
1) DBHEAP size which we have set to 1024 would typically be set to 900. This however was a minor point and not worth changing at present.
2) Of more concern were the settings for APP_CTL_HEAP_SZ and APPLHEAPSZ which are at 128. The recommendation for these was that they be set to 1024. The point was made that these could be changed for all DB's but MQSICMDB would be the most important to change. IBM believe there would be no adverse reaction to changing the settings to 1024."
I hope that is of some help! It has certainly improved things for us. |
|
Back to top |
|
 |
saram1920 |
Posted: Wed Nov 12, 2003 6:32 am Post subject: |
|
|
Novice
Joined: 23 Sep 2003 Posts: 12
|
Thank u very much..
Its working fine ..when I increased the DBHEAP size ...and also the APP_CTL_HEAP_SZ and APPLHEAPSZ
Thanks Blobtastic |
|
Back to top |
|
 |
|