Say I've got a box with 512 MB of physical memory and a 1 GB page file. When the box is using 425 MB of RAM, SCOM 2012 will throw an "Available Megabytes of Memory is too low" alert because the threshold is set to 100 MB free for the monitor. Clearly this monitor only cares about physical memory (512 MB) rather than total memory (1.5 GB), otherwise it wouldn't be throwing an alert while using 425 MB. Completely ignoring the fact that physical memory should be added to the box because
performance will take a hit while the box is using the page file as memory, how do I get SCOM to look at total memory instead of physical memory?
↧