Invalid RawWorkItems Calculated on Some MP Computers

Last reviewed: September 7, 1995
Article ID: Q136377
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.51
  • Microsoft Windows NT Advanced Server version 3.51

SYMPTOMS

On an x86-based multiprocessor (MP) computer with an odd number of processors and 512 megabytes or more of RAM, the following error message appears when you the Server process starts:

   Insufficient Resources

CAUSE

There is an integer divide problem when calculating the initial number of raw mode work items. The server is trying to create more than the configured maximum allowed for raw mode work items. This error only occurs on multiprocessor x86 systems with 512 megabytes or more of RAM and an odd number of processors.

WORKAROUND

To work around this problem:

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

  1. Run Registry Editor (REGEDT32.EXE).

  2. From the HKEY_LOCAL_MACHINE subtree, go to the following key:

          \SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
    

  3. From the Edit menu choose Add Value.

  4. Add the following:

          Value Name: MaxWorkItems
          Data Type: REG_DWORD
          Data: 100
          Radiux: Decimal
    

NOTE: MaxWorkItems has a valid range of 1 to 512.

STATUS

Microsoft has confirmed this to be a problem Windows NT version 3.51. We are researching this problem and will post new information in the Microsoft Knowledge Base as it becomes available.


KBCategory: kbnetwork kbbug3.51
KBSubcategory: ntconfig ntmp
Additional reference words: prodnt 3.51 multi processor mp


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 7, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.