• W
    set cpu bandwidth for the vm · 652e55b7
    Wen Congyang 提交于
    The cpu bandwidth is applied at the vcpu group level. We should apply it
    at the vm group level too, because the vm may do heavy I/O, and it will affect
    the other vm.
    
    We apply cpu bandwidth at the vcpu and the vm group level, so we must ensure
    that max(child_quota) <= parent_quota when we modify cpu bandwidth.
    652e55b7
qemu_cgroup.c 18.6 KB