sp_configure 'max server memory'

服务器内存最大值选项配置 4 GB

sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'awe enabled', 1
RECONFIGURE
GO
sp_configure 'max server memory', 4096
RECONFIGURE
GO
posted on 2008-07-16 17:59  巍巍边疆  阅读(862)  评论(0编辑  收藏  举报