- Start SQL Server Management Studio
- Connect to \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query
- Start a “New Query”
- And then put this into you SQLQuery1.sql window
sp_configure ‘show advanced options’,1
reconfigure with override
go
sp_configure ‘max server memory’, 256
reconfigure with override
go
- Then push the execute buttom, this will limit you SQL of WSUS to 256MB, whitch should be enough.