Posted December 16, 201113 yr Hi It would be great if it was possible to create rules on windows services resources For instance: If a service process is using 60% CPU or 2GB memory, kill the process and possibly restart it. Thanks, Marco
December 29, 201113 yr First, create a Scheduled Task to bump the service. (NET STOP "Service Name" && NET START "Service Name"). Then, in the Rules tab, create a Rule whose Condition is the service is using > 60% CPU or > 2GB RAM. The rule's Action would be Run a Task, and select your Scheduled Task.
Create an account or sign in to comment