Skip navigation

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

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_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

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.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish