WSUS + Mem Throttle  
Author Message
alb





PostPosted: Thu May 10 15:07:45 PDT 2007 Top

SBS >> WSUS + Mem Throttle Hello,

Just an FYI. After installing WSUS 3.0 I needed to throttle back the memory
on the MICROSOFT##SSEE process. anyone else seeing high CPU usage on the SQL
process?

Followed Susan's instructions and cut the CPU time by 2/3.

http://msmvps.com/blogs/bradley/archive/2005/02/04/34984.aspx

Thanks,
Bill V
SBS ROCKS!
http://www.adelphiaseafood.com
http://sbsbill.blogspot.com/

Information Technology382  
 
 
Susan





PostPosted: Thu May 10 15:07:45 PDT 2007 Top

SBS >> WSUS + Mem Throttle http://msinfluentials.com/blogs/jesper/archive/2007/05/06/wsus-3-0-is-still-a-memory-hog.aspx

Bill Vogel wrote:
> Hello,
>
> Just an FYI. After installing WSUS 3.0 I needed to throttle back the memory
> on the MICROSOFT##SSEE process. anyone else seeing high CPU usage on the SQL
> process?
>
> Followed Susan's instructions and cut the CPU time by 2/3.
>
> http://msmvps.com/blogs/bradley/archive/2005/02/04/34984.aspx
>
> Thanks,
> Bill V
> SBS ROCKS!
> http://www.adelphiaseafood.com
> http://sbsbill.blogspot.com/
>
 
 
bassplayer





PostPosted: Fri May 11 01:58:01 PDT 2007 Top

SBS >> WSUS + Mem Throttle If you have SQL Server client tools installed, you can use osql.exe or
sqlcmd.exe. But make sure you are comfortable with TSQL

sp_configure 'show advanced options', 1
reconfigure
GO
sp_configure 'max server memory', 512 (or change this to any value you wish)
reconfigure
GO

--
MCP MCDBA MCAD MCSD MCT MCTS MCITP:DBA
"Helping people grow and develop their full potential as God has plan for
them"


"Susan Bradley, CPA aka Ebitz - SBS Rocks" wrote:

> http://msinfluentials.com/blogs/jesper/archive/2007/05/06/wsus-3-0-is-still-a-memory-hog.aspx
>
> Bill Vogel wrote:
> > Hello,
> >
> > Just an FYI. After installing WSUS 3.0 I needed to throttle back the memory
> > on the MICROSOFT##SSEE process. anyone else seeing high CPU usage on the SQL
> > process?
> >
> > Followed Susan's instructions and cut the CPU time by 2/3.
> >
> > http://msmvps.com/blogs/bradley/archive/2005/02/04/34984.aspx
> >
> > Thanks,
> > Bill V
> > SBS ROCKS!
> > http://www.adelphiaseafood.com
> > http://sbsbill.blogspot.com/
> >
>
 
 
BillVogel





PostPosted: Fri May 11 02:46:02 PDT 2007 Top

SBS >> WSUS + Mem Throttle Hi Susan,

Yup, That's what I did.
--
Thanks,
Bill V
SBS ROCKS!
http://www.adelphiaseafood.com
http://sbsbill.blogspot.com/


"Susan Bradley, CPA aka Ebitz - SBS Rocks" wrote:

> http://msinfluentials.com/blogs/jesper/archive/2007/05/06/wsus-3-0-is-still-a-memory-hog.aspx
>
> Bill Vogel wrote:
> > Hello,
> >
> > Just an FYI. After installing WSUS 3.0 I needed to throttle back the memory
> > on the MICROSOFT##SSEE process. anyone else seeing high CPU usage on the SQL
> > process?
> >
> > Followed Susan's instructions and cut the CPU time by 2/3.
> >
> > http://msmvps.com/blogs/bradley/archive/2005/02/04/34984.aspx
> >
> > Thanks,
> > Bill V
> > SBS ROCKS!
> > http://www.adelphiaseafood.com
> > http://sbsbill.blogspot.com/
> >
>