Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RAM Requirements sql server 2005

Status
Not open for further replies.

jpotucek

Technical User
Jan 26, 2005
144
US
I have a 32 bit Windows 2003 Server Enterprise Edition Server with one quad core processor 2.83ghz and the box has 3.25 GB of RAM.

Is this adequate to run one default and two Named Instances of SQL Server 2005 Standard Edition (patched to SP3) ??

If additional memory is recommended, what kind of parameters would have to be changed or what kind of tuning would ahve to take place in order to take advantage of the additional memory?

 
That's pretty light for 3 instances of SQL Server. You've got 1 Gig for the OS, which leaves 2.25 Gigs for SQL to use. Best case that's about .75 Gigs per instance. Hopefully your databases are very small and don't require a lot of buffer cache.

You can add more RAM to the server to and use the /PAE and /3GB switches then enable AWE within the SQL Server to increase the size of the buffer cache. But you will be pretty limited on the size of the procedure cache on each instance as the procedure cache must reside within the first 2 Gigs of memory.

Denny
MVP
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top