Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SQL Server 2005 Standated Edition Memory Limit

Author  Topic 

Peter99
Constraint Violating Yak Guru

498 Posts

Posted - 2012-10-29 : 16:14:28
Hi,

We have SQL Server 2005 Standard Edition running Windows 2003 Enterprise Edition (both 32 bits) with 4 processor and 32GB RAM.

In SQL Server properties it shows all 32GB memory. But when I checked in error log it shows 4 processor and 4096MB memory detected. AWE is enbaped. Max server memory is setup 24GB.

I have doubt SQL can use 24GB as in error log it shows only 4098GB memory detected. I want to sql server access all allocated memory.

Any help.

Thanks

robvolk
Most Valuable Yak

15732 Posts

Posted - 2012-10-29 : 16:22:04
You need to grant "Lock Pages in Memory" permission to the SQL service account using Group Policy Manager. Details here: http://msdn.microsoft.com/en-us/library/ms190730.aspx
Go to Top of Page

Peter99
Constraint Violating Yak Guru

498 Posts

Posted - 2012-10-29 : 16:39:07
Thanks for reply.

Any known issue by setting lock pages in memory?

Thanks
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2012-10-29 : 17:06:35
There's some debate about that, you can Google it and read about it. But on 32 bit systems it's the only way for AWE to function properly, and therefore the only way to address > 4GB RAM. The sooner you can upgrade to a 64 bit OS, the better.
Go to Top of Page
   

- Advertisement -