I have a heavy nightly batch process that is encountering thread starvation on my 2008 SP3 server.
Rather than limit MAXDOP at the instance level, I would like to do it at the Resource Governor level, and target the nightly batch only.
Based on MS literature, experience and advice from collegues, I should limit the resource group to the CPU's on one Numa node, i.e. prevent crossing boundaries .
Resource governor allows me to set a maxdop, but I cant ensure that the processors it picks when doing a parallel query will be on the same node.
is there any way to control this?