Resource Governer calculating the effective MAX% and the shared % formula
Definition Description
Min(X,Y) means the smaller value of X and Y. Sum(X) means the sum of value X across all pools. Total shared % = 100 - sum(MIN %). Effective MAX % = min(X,Y). Shared % = Effective MAX % - MIN %.