
Re: SS2K5 64 - A significant part of sql server process memory has
Thanks David,
The following yields the same message,
Lock Pages In Mem - ON - Service Account
AWE - Off
Mem Min 0
Mem Max 7000MB
A significant part of sql server process memory has been paged out. This may
result in a performance degradation. Duration: 0 seconds. Working set (KB):
40824, committed (KB): 91192, memory utilization: 44%.
Fresh install, no user databases and SQL Server only.
Checked out AWE so to ON. Still get the message.
"David Browne" wrote:
>
>
> "Covi" <Covi@discussions.microsoft.com> wrote in message
> news:2154D445-95C8-4B68-BE65-4083ECBC5A07@microsoft.com...
>
> If the SQL Server Service account has the "lock pages in memory" OS
> privilege, then SQL Server will allocate physical memory directly, which is
> not subject to being paged out. If the SQL Service account lacks the "lock
> pages in memory" OS privilege, then SQL Server will allocate virtual memory,
> which Windows might page to disk in the face of memory pressure by other
> applications.
>
> The best practice is to grant "lock pages in memory" and configure SQL
> Server max memory to reserve sufficient memory for non-SQL workloads running
> on the server.
>
> See
> Slava Oks's WebLog
> Be Aware: Using AWE, locked pages in memory, on 64 bit
> [url]http://blogs.msdn.com/slavao/archive/2005/04/29/413425.aspx[/url]
>
> David
>
>
>