Advertisement
goezler

WSUS Crashes

Mar 15th, 2023
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Make the following "Advanced Settings" for WSUS Application Pool in IIS:
  2. - Queue Length: 25000 from 1000
  3. - Limit Interval (minutes): 15 from 5
  4. - "Service Unavailable" Response: TcpLevel from HttpLevel
  5. * (Stop IIS first) Edit the web.config ( C:\Program Files\Update Services\WebServices\ClientWebService\web.config ) for WSUS:
  6. - Replace <httpRuntime maxRequestLength="4096" /> with <httpRuntime maxRequestLength="204800" executionTimeout="7200"/>
  7. * Adjust the private memory limit.
  8. - If you have WSUS Automated Maintenance (WAM), from the WAM Shell run:
  9. .\Clean-WSUS.ps1 -SetApplicationPoolMemory 4096
  10. - If you don't have WAM, edit the pool's configuration directly to change it to 4194304 (4GB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement