The information in this article applies to:
SYMPTOMSWhile running Windows NT, the following error message appears:
CAUSE
This indicates that Windows NT does not have enough paged pool memory
available to process a command. This can happen when the PagedPoolSize is
either set too small or when an application does not re-allocate memory
correctly.
Debug-Output "SETUP.INF: AddPdcMachineAccount for PDC of new domain..."Endif shell "REGISTRY.INF" MakeQuotaEntries 48 24 Endif The call to REGISTRY.INF only happens for Windows NT servers, not workstations. The parameters passed to REGISTRY.INF are PagedPoolSize (48) and RegistrySizeLimit (24). The PagedPoolSize value over-rides the value calculated at bootup based on physical memory. The algorithm for calculating PagedPoolSize at bootup produces values approximating the physical memory size of the computer up to a maximum of 192 megabytes. For additional information on this algorithm, please see the following article(s) in the Microsoft Knowledge Base: Q126402: PagedPoolSize and NonPagedPoolSize Values in Windows NT 3.5 WORKAROUND
This problem can be worked around by using the registry editor to zero out
the PagedPoolSize parameter.
If the error is due to an application not re-allocating memory correctly, normal troubleshooting using tools such as Performance Monitor, or PMON.EXE (from the Windows NT Resource Kit) should be employed to isolate the problem component. STATUSMicrosoft has confirmed this to be a problem in Windows NT Advanced Server version 3.1 and Windows NT Server version 3.5. This problem was corrected in Windows NT version 3.51. Additional query words: prodnt 3.10 poolcalc
Keywords : ntnetserv |
Last Reviewed: February 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |