X_0 = U_i / D_i <= 1 / D_i This is the upper asymptotic bound on throughput under heavy load conditions.
N = R * X_0 >= Sum, i=1 to k (D_i) * X_0 => X_0 <= N / Sum, i=1 to k (D_i) This is the upper asymptotic bound on throughput under light load conditions.
X_0 <= min [ (1 / max{D_i}) , (N / Sum i=1 to K (D_i)) ]