April 19, 2007 at 7:52 am
I'm trying to determine what this notification is actually telling me about memory. Does anyone know? Do you know of any place on the web where I can read up about interpreting this output.
<
Record id="0" type="RING_BUFFER_RESOURCE_MONITOR" time="38410">
<
ResourceMonitor>
<
Notification>RESOURCE_MEMPHYSICAL_HIGH</Notification>
<
Indicators>1</Indicators>
<
NodeId>0</NodeId>
<
Effect type="APPLY_LOWPM" state="EFFECT_OFF" reversed="0">0</Effect>
<
Effect type="APPLY_HIGHPM" state="EFFECT_ON" reversed="0">0</Effect>
<
Effect type="REVERT_HIGHPM" state="EFFECT_OFF" reversed="0">0</Effect>
</
ResourceMonitor>
<
MemoryNode id="0">
<
ReservedMemory>2111740</ReservedMemory>
<
CommittedMemory>18828</CommittedMemory>
<
SharedMemory>0</SharedMemory>
<
AWEMemory>0</AWEMemory>
<
SinglePagesMemory>2160</SinglePagesMemory>
<
MultiplePagesMemory>6832</MultiplePagesMemory>
<
CachedMemory>864</CachedMemory>
</
MemoryNode>
<
MemoryRecord>
<
MemoryUtilization>96</MemoryUtilization>
<
TotalPhysicalMemory>2096608</TotalPhysicalMemory>
<
AvailablePhysicalMemory>1821952</AvailablePhysicalMemory>
<
TotalPageFile>4111964</TotalPageFile>
<
AvailablePageFile>3897764</AvailablePageFile>
<
TotalVirtualAddressSpace>3145600</TotalVirtualAddressSpace>
<
AvailableVirtualAddressSpace>954612</AvailableVirtualAddressSpace>
<
AvailableExtendedVirtualAddressSpace>0</AvailableExtendedVirtualAddressSpace>
</
MemoryRecord>
</
Record>
Gregory A. Larsen, MVP
April 19, 2007 at 8:02 am
Greg,
The link below might be of some help to understand the notification sent to you by the Resource Monitor.
http://www.microsoft.com/technet/prodtechnol/sql/2005/tsprfprb.mspx
If I am not wrong, I think the notification is about Low Physical Memory.
April 19, 2007 at 8:17 am
I already read info at that site. It showed a similar notification but the value of the notification was "RESOURCE_MEMPHYSICAL_LOW" and the article says "From this record, you can deduce that the server received a low physical memory notification". Now my notification was "RESOURCE_MEMPHYSICAL_HIGH", so I was wondering if I could "decuce" that my notification indicated high physical memory notification. That is why I posted the question. I would buy your answer if my notification was "RESOURCE_MEMPHYSICAL_LOW".
Any other thoughts on this?
Gregory A. Larsen, MVP
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply