|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, October 27, 2009 12:53 AM
Points: 9,
Visits: 26
|
|
Hi,
Is there any way of increasing memory available for SQL Server 2005? The maximum I can set from SSMS is 2GB. My server has 8GB memory so I would like to set the memory limit to 3GB (or even more).
-- Eric.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Yesterday @ 2:56 AM
Points: 473,
Visits: 164
|
|
What is you Operating system Edition?
Is your system is 32 Bit or 64 Bit?
|
|
|
|
|
SSChasing Mays
      
Group: General Forum Members
Last Login: Today @ 4:24 AM
Points: 617,
Visits: 955
|
|
Yeah...If it's 32 bit you will have to enable AWE option. In 64 bit it's not necessary.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, October 27, 2009 12:53 AM
Points: 9,
Visits: 26
|
|
| My server is window server 2003 and 32 bit.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, October 27, 2009 12:53 AM
Points: 9,
Visits: 26
|
|
San-847017 (10/26/2009) Yeah...If it's 32 bit you will have to enable AWE option. In 64 bit it's not necessary.
I enabled AWE option but still couldn't increase server memory.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Yesterday @ 2:56 AM
Points: 473,
Visits: 164
|
|
I hope you have Window server 2003 Enterprise Edition
/PAE enabled in boot.ini?
Have you Enabled the Lock Pages in Memory Option (Windows)?
Please check the below URL for more details about Enabling AWE and Setting Min-Max Memory
http://technet.microsoft.com/en-us/library/ms190673.aspx
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Today @ 12:13 PM
Points: 790,
Visits: 12,401
|
|
Eric1208 (10/27/2009)
San-847017 (10/26/2009) Yeah...If it's 32 bit you will have to enable AWE option. In 64 bit it's not necessary.I enabled AWE option but still couldn't increase server memory.
When you say you cant set it more than 2gb. can you literally not set a value higher than 2gb and your getting an error message or are you reading the default value (its something stupidly high) as 2gb and think you cant make it more?
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 9:04 AM
Points: 1,990,
Visits: 1,612
|
|
On a 32-bit server Task Manager does not know about memory above the 4GB line.
If you enable AWE you will have to look in the SQL Errorlog file for a message at startup time that says if AWE memory has been allocated. If you want to see some of the impact of using AWE ther aer performance counters that can tell you this.
It is worth searching some of the many threads on this subject for further advice.
Author: SQL Server FineBuild 1-click install and configuration of SQL Server 2005 and 2008. 1 December 2009: now over 8,000 downloads. Disclaimer: All information provided is a personal opinion that may not match reality. Concept: "Pizza apartheid" - the discrimination that separates those who earn enough in one day to buy a pizza if they want one, from those who can not.
|
|
|
|