Saturday, January 17, 2009

SQL Server only uses 2 GB of memory even though the AWE option is enabled

SQL Server only uses 2 GB of memory even though the AWE option is enabled
View products that this article applies to.
Expand all | Collapse all
SYMPTOMS
SQL Server only uses 2 gigabytes (GB) of memory even though SQL Server is confi...
SQL Server only uses 2 gigabytes (GB) of memory even though SQL Server is configured to use the Microsoft Windows 2000 Address Windowing Extensions (AWE) API to support a maximum of 64 GB of physical memory when the awe enabled option is set to 1. Windows Task Manager also shows that SQL Server is using only 2 GB of memory.

In the SQL Server log, you will see the following message:

Cannot use Address Windowing Extensions because lock memory privilege was not granted.
Back to the top
CAUSE
The user account the SQL Server service is running on was not added to the Lock...
The user account the SQL Server service is running on was not added to the Lock Page in Memory policy of the User Rights Assignments in the Local Security Policy of the computer.
Back to the top
RESOLUTION
To resolve this problem, follow these steps:Note: You can only perform these tas...
To resolve this problem, follow these steps:

Note: You can only perform these tasks at the individual server console. To perform these tasks, you must log on to Windows as a local administrator on the computer where SQL Server exists.

1. On the Taskbar, click Start, and then click Programs.
2. Click Administrative Tools, and then select Local Security Policy.
3. Expand Security Settings, expand Local Policies, and then click User Rights Assignments.
4. In the right screen, right-click Lock pages in memory, and then click Security.
5. In the Local Security Policy Setting dialog box, click Add.
6. Click to select the account where the MSSQLSERVER service is running.
7. Click OK.
8. For Microsoft Windows 2000 Server, in the command window, type Secedit /refreshpolicy machine_policy /enforce. For Microsoft Windows Server 2003, in the command window, type GPUPDATE /force.
9. Restart the SQL Server service.

Back to the top
MORE INFORMATION
If your instance of SQL Server is installed on a computer that is running Window...
If your instance of SQL Server is installed on a computer that is running Windows 2000 Advanced Server, Windows 2000 Datacenter Edition, Windows Server 2003, or Windows NT, you can use the /3GB switch in the Boot.ini file on your computer. As a result, SQL Server 2000 can use up to 3 GB of available memory on your computer.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:
274750 (http://support.microsoft.com/kb/274750/ ) How to configure SQL Server to use more than 2 GB of physical memory

No comments: