Hi All,
I have a windows 2003 server, 32bit, with 4 GB of RAM. SQL Server had its default value of 2GB. I wanted to add another GB.
I have edited the boot.ini to inlude the 3gb switch.
i then enabled AWE. Then reconfigured the max server memory and rebooted again.
However when i check the max server memory, it is still 2gb.
Commands used:
sp_configure 'show advanced options',1
reconfigure
go
sp_configure 'awe enabled', 1
reconfigure
go
sp_configure 'max server memory', 3072
reconfigure
go
When i run sp_configure i get the following:
awe enabled 0 1 1 1
max server memory (MB) 16 2147483647 3072 3072
Anyone know why the reconfig is not working?
Thanks in advance
I have a windows 2003 server, 32bit, with 4 GB of RAM. SQL Server had its default value of 2GB. I wanted to add another GB.
I have edited the boot.ini to inlude the 3gb switch.
i then enabled AWE. Then reconfigured the max server memory and rebooted again.
However when i check the max server memory, it is still 2gb.
Commands used:
sp_configure 'show advanced options',1
reconfigure
go
sp_configure 'awe enabled', 1
reconfigure
go
sp_configure 'max server memory', 3072
reconfigure
go
When i run sp_configure i get the following:
awe enabled 0 1 1 1
max server memory (MB) 16 2147483647 3072 3072
Anyone know why the reconfig is not working?
Thanks in advance