sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'max server memory', 3072
RECONFIGURE
GO
sp_configure 'show advanced options', 1
RECONFIGURE
GO
--需重啟SQL SERVER生效
sp_configure 'awe enabled', 1
RECONFIGURE
GO
sp_configure 'max server memory', (n-1)*1024
RECONFIGURE
GO
|
|