Hi all,
I've a SQL Server 2014 Enterprise Edition with resource governor active. I have created 3 resource pool:
GOLD
SILVER
BRONZE
and one workload group for each resource pool.
I'm observing high CPU usage on my SQL Server machine and I wonder why the resource governor seems to not capping CPU usage as I have set.
This is the CAP_CPU_PERCENT of my resource pool:
ALTER RESOURCE POOL GOLD
WITH(
CAP_CPU_PERCENT = 20
);
ALTER RESOURCE POOL SILVER
WITH(
CAP_CPU_PERCENT = 10
);
ALTER RESOURCE POOL BRONZE
WITH(
CAP_CPU_PERCENT = 5
);
ALTER RESOURCE GOVERNOR RECONFIGURE;
GO
And the most weir thing is that I see very few Process running: