Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System error 1450 has occurred. Insufficient system resources exist to complete the requested service

When i try to access to a network share by typing:

net use \\servername\sharename

I get the error:

System error 1450 has occurred.
Insufficient system resources exist to complete the requested service.

If I reboot the system the mount will work fine for a while, then the error appears again.

I've already udpated my system (WIN 2008 R2) to the latest available patch, and I've also followed all the solutions reported here:

robocopy script : Insufficient system resources

like image 257
Cybergatto Avatar asked Nov 07 '13 20:11

Cybergatto


1 Answers

Please try to perform the following steps:

1.Click Start, click Run, type regedit, and then click OK.

2.Locate and then click the following registry subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

3.On the Edit menu, point to New, and then click DWORD Value.

4.In the New Value #1 box, type PoolUsageMaximum, and then press ENTER.

5.Right-click PoolUsageMaximum, and then click Modify.

6.In the Base box, click Decimal, type 60 in the Value data box, and then click OK.

7.If the PagedPoolSize registry entry exists, go to step 8. If the PagedPoolSize registry entry does not exist, create it.

To do this, follow these steps:

•On the Edit menu, point to New, and then click DWORD Value. •In the New Value #1 box, type PagedPoolSize, and then press ENTER.

8.Right-click PagedPoolSize, and then click Modify.

9.In the Value data box, type ffffffff, and then click OK.

10.Exit Registry Editor, and then restart the computer.

like image 141
geethu Avatar answered Oct 06 '22 15:10

geethu