SQL2005开启复制后机器内存高的问题

SQL code :
sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'awe enabled', 1
RECONFIGURE
GO
sp_configure 'max server memory', 6144
RECONFIGURE
GO

开启AWE ,允许在 32 位版本的 Windows 操作系统上使用 4 GB 以上的物理内存。
'max server memory' 限制最大内存,避免无限制挤占系统所需内存。
posted @ 2010-11-13 12:35  rob_2010  阅读(111)  评论(0)    收藏  举报