Re: [libvirt] [PATCH] qemu: Slightly increase memory limit

2013-07-11 Thread Jiri Denemark
On Tue, Jul 09, 2013 at 14:56:05 -0400, Laine Stump wrote: On 07/08/2013 09:20 AM, Jiri Denemark wrote: 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

Re: [libvirt] [PATCH] qemu: Slightly increase memory limit

2013-07-09 Thread Laine Stump
On 07/08/2013 09:20 AM, Jiri Denemark wrote: 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

[libvirt] [PATCH] qemu: Slightly increase memory limit

2013-07-08 Thread 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. --- src/qemu/qemu_domain.c |