You have configured Resource Governor with three resource pools.
You have assigned the first resource pool a minimum CPU and memory value of 20%.
You have assigned the second resource pool a minimum CPU and memory value of 30%.
You want to assign maximum CPU and memory values to the third resource pool.
What is the maximum CPU and memory value you can assign to this resource pool?
A.
30%
B.
50%
C.
70%
D.
100%
I would have thought D.
“When configuring CPU or Memory, the sum of MIN values across all pools cannot exceed 100 percent of the server resources. In addition, when configuring CPU or Memory, MAX and CAP values can be set anywhere in the range between MIN and 100 percent inclusive.
”
https://msdn.microsoft.com/en-us/library/hh510189.aspx
I agree. Resource pools are configured based on the maximum amount of remaining resources which is always 100%.
directly from training kit (this question is from tk)
Correct Answer: B
A. Incorrect: The maximum resource value assigned to the third pool is 100%; the
sum of the minimum resource values assigned to the other pools is 50%. Thirty
percent is less than this value.
B. Correct: The maximum resource value assigned to the third pool is 100%; the sum
of the minimum resource values assigned to the other pools is 50%.
C. Incorrect: The maximum resource value assigned to the third pool is 100%; the
sum of the minimum resource values assigned to the other pools is 50%. You cannot
assign 70% to this pool.
D. Incorrect: The maximum resource value assigned to the third pool is 100%; the
sum of the minimum resource values assigned to the other pools is 50%. You cannot
assign 100% to this pool.
They are not asking for minimum, but for maximum CPU and memory values for the third resource and it can be 100%.
“B”
“If any resource pool is allocated a MIN value, the MAX
value for the other pools cannot exceed the sum of the MIN values across all other pools subtracted from 100%.”