|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Increase MQS server processes on Win 2K server? |
« View previous topic :: View next topic » |
Author |
Message
|
scottfraser400 |
Posted: Tue Aug 10, 2004 1:46 am Post subject: Increase MQS server processes on Win 2K server? |
|
|
Newbie
Joined: 10 Aug 2004 Posts: 1 Location: London, England
|
Hi
Can anyone give me guidance or point me to a previous post on how to increase the processes allowed by MQ Series Server on Win 2K server?
I have a user who is trying to start a 12th Manager on his DEV Server but is not allowed to. The memory and CPU resources within the machine are fine. So it would appear that there is a OS limit set on the MQ service.
I did a search within this site and found a post that said this could be done, but I couldnt find any further details.
Thanks
Scott |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Aug 10, 2004 5:44 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
What do you mean by 'not allowed to'? Are you getting a specific error? If so, what is it? |
|
Back to top |
|
 |
JasonE |
Posted: Thu Aug 26, 2004 7:35 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
The issue is you run out of desktop heap for a DCOM process launched from a service... From an internal article:
Quote: |
The Knowledge Base article Q184802 has a lot of detail for this problem. One of the causes as documented in this article indicates that the ERROR_WAIT_NO_CHILDREN error results because the system has run out of desktop heap.
This is what the article says regarding the system having run out of desktop heap....
Every desktop object on the system has a desktop heap associated with it. The desktop object uses the heap to store menus, hooks, strings, and windows. The system allocates desktop heap from a system-wide 48-MB buffer. In addition to desktop heaps, printer, and font drivers also use this buffer.
Desktops are associated with window stations. A window station can contain zero or more desktops. The size of the desktop heap allocated for a desktop associated with a window station can be changed in the following registry value: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows
The default data for this registry value will look something like the following (all on one line):
%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
Cutting to the chase, there are 3 value for the 'SharedSection'. As can be see above, these are 1024,3072,512 (Sometimes the last value may not be present (512)). This last value represents the size of the desktop heap for each desktop that is associated with a "noninteractive" window station.
MUSR_MQADMIN is usually the user id configured under dcomcnfg to run the IBM MQSeries Services as "noninteractive". The user should be able to modify this value to successfully launch all of their queue managers. A value of perhaps 768 or 1024 may be appropriate. Please note: The machine requires a restart for the new parameter to take effect.
Please read the article in full for additional information.
|
|
|
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
|
|
|
|