qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] incorrect memory size inside vm


From: Piotr Rybicki
Subject: Re: [Qemu-devel] incorrect memory size inside vm
Date: Wed, 24 Jun 2015 00:10:44 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

Thanks, this is an unexpected behavior, because you are starting with
small amount of total memory exposed to a balloon at the beginning and
there should be no issues except if the inflation races with plugging
in new DIMMs (just a wild guess), dmesg output will be helpful there
as I pointed earlier.
Try to start qemu with small amount of 'base' memory (like 1GB), and add (even have static defined, not hotplugged after boot) 8GB in DIMMs but do not online it.

My guest see 1GB RAM, balloon see 9GB. At this state, try to shrink guest RAM to 8GB. My guest becomes unresposive and kernel messages loops witch similar string.

So, perhaps balloon shoud consider only onlined DIMM RAM and report 1GB in my example.

Best regards
Piotr Rybicki



reply via email to

[Prev in Thread] Current Thread [Next in Thread]