I am using thw following to set a 1GIG max server memory for SQL Server:
sp_configure 'show advanced options', 1
RECONFIGURE
Go
sp_configure 'awe enabled', 1
RECONFIGURE
Go
sp_configure 'max server memory', 1024
RECONFIGURE
Go
But my server memory is not up to 1,103,928k which is bigger than 1,024,000k.
What happened?
Thanks,
Alan
sp_configure 'show advanced options', 1
RECONFIGURE
Go
sp_configure 'awe enabled', 1
RECONFIGURE
Go
sp_configure 'max server memory', 1024
RECONFIGURE
Go
But my server memory is not up to 1,103,928k which is bigger than 1,024,000k.
What happened?
Thanks,
Alan