• J
    qemu: Slightly increase memory limit · f24e90d5
    Jiri Denemark 提交于
    For low-memory domains (roughly under 400MB) our automatic memory limit
    computation comes up with a limit that's too low. This is because the
    0.5 multiplication does not add enough for such small values. Let's
    increase the constant part of the computation to fix this.
    f24e90d5
qemu_domain.c 64.9 KB