問(wèn)題產(chǎn)生原因:服務(wù)器的內(nèi)存值與IIS線程值不足導(dǎo)致
解決方法:注冊(cè)表里修改:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems
windows鍵值
%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,3072 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=80
MaxRequestThreads=96
SharedSection=1024,3072,4092
這兩個(gè)改大就不會(huì)了,這個(gè)主要是修改IIS的線程數(shù)大點(diǎn),根據(jù)自己的內(nèi)存大小,調(diào)整對(duì)應(yīng)倍數(shù)。