How can we help?
Memory dump
Alert occurs when a memory dump has occured. Memory dumps should never occur, and is a critical alert.
To query the Performance Store database for the last 10 memory dumps:
select top 10 s.last_memory_dump, * from dbo.v_servers s order by s.last_memory_dump desc
The alert will be visible on the Latest stats dashboard.
To exclude specific servers from this alert, see how to use the dbo.team_alert_exclude table in Alerting.