kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* maybe a virtio-balloon-device issue ?
@ 2015-02-06  1:18 Mario Smarduch
  2015-02-06 15:57 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Mario Smarduch @ 2015-02-06  1:18 UTC (permalink / raw)
  To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu
  Cc: christoffer.dall@linaro.org, Paolo Bonzini, Marc Zyngier,
	Gleb Natapov, Peter Maydell

Hi,

I'm looking into qemu/balloon driver VM overcommit. I noticed
virtio-balloon driver will take any setting from virtio-balloon-device
to the point Guest dies.

For a 1G guest
$ sudo echo balloon 100 | socat - tcp4-connect:127.0.0.1:4444

you get (same with libvirt setmem)

root@localhost:~# free
-bash: fork: Cannot allocate memory
root@localhost:~# ps
-bash: fork: Cannot allocate memory

$ sudo info balloon | socat ... - confirms setting

The balloon driver has been there for a while, not sure what I'm missing?

virtio-balloon-device provide free memory, i.e., - externally accessible
to host.  But this appears more like a hint for an inflate request, snmp
mibs
provide more detailed resource info then that.

I'm wondering if the driver should  not have some heuristic
check for an inflate request so it doesn't over inflate?  Similar to
kernel overcommit.

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-20  2:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06  1:18 maybe a virtio-balloon-device issue ? Mario Smarduch
2015-02-06 15:57 ` Paolo Bonzini
2015-02-09 17:38   ` Mario Smarduch
2015-02-20  2:46   ` Mario Smarduch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).