I am configuring a monitor to watch a process that has multiple instances running. My question is how can I monitor the ram utilization of a single instance of that process and alert on it? From what I have configured so far the ram utilization monitor is cumulative for all the instances running for the process. The process id's do change when the instances closes and a new one spawns so selecting each instances individually will not work, so I am a little stuck. How can I separate that out to alarm on a single instance of the process?