vote up 0 vote down star

Hi All,

I recently upgraded a SQL 2000 Server to both SQL 2000 Enterprise and Windows 2003 Enterprise and added 12 GB to it.

I then did the /PAE and /3GB switches and set the AWE options in SQL.

All good - only the SQL Server won't go past 2.7 GB.

I think its the "Lock Pages in Memory" issue - I assigned the User Rights to the SQL Service Account (which is a domain admin account as well).

And assigned the User Right in all the Policies - Default Domain and Domain Controller Security Policy.

Yet the SQLSRVR.EXE still won't go north of 2.7/2.8 GB - and its got 9 GB left.

Any help?

Thanks,

Rob

p.s.

some good articles here:

http://blogs.msdn.com/psssql/archive/2007/10/18/do-i-have-to-assign-the-lock-privilege-for-local-system.aspx

and

http://blogs.technet.com/askperf/archive/2008/03/25/lock-pages-in-memory-do-you-really-need-it.aspx?CommentPosted=true

flag
how is this programming related? – Mitch Wheat Apr 12 at 14:22

closed as not programming related by Neil Butterworth, Can Berk Güder, Mitch Wheat, Jeff Atwood Apr 12 at 14:23

1 Answer

vote up 0 vote down

It could be you have reached the limit of what a 32 bit application will be able to handle. Have you tried using the 64 bit server versions?

You may need to turn on the Advanced Windowing Extensions (AWE) extensions to enable SQL Server to access more that 3 GB of RAM. An article about how to do this can be found on the SQL Server Performance website.

Microsoft Knowledge base article 274750 also has details about how to configure SQL Server to use more than 2GB of RAM.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.