JSI Tip 4672. STOP 0X0000046A, 'STATUS_INSUFF_SERVER_RESOURCES' on your Server?

Jerold Schulman

January 10, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

If Srv.sys has no resources to satisfy a request, you may be greeted by the subject BSOD.

Most of the time, increasing the MaxFreeConnections, MinFreeConnections or MaxWorkItems will resolve this issue.

If this doesn't resolve the problem, use the Registry Editor to navigate to:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParameters

Add the XactMemSize Value Name, a REG_DWORD data type, and set the data value to 1000000 using the Hex Radix (16 megabytes in decimal).

Shutdown and restart your server.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like