<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Aug 26, 2016 at 11:34 AM, Lennart Sorensen via talk <span dir="ltr"><<a href="mailto:talk@gtalug.org" target="_blank">talk@gtalug.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Aug 26, 2016 at 10:37:37AM -0400, Giles Orr via talk wrote:<br>
> If I wanted to set up a host for a bunch of headless VMs, what's the<br>
> OS/Hypervisor to run these days?  I'm doing this out of curiosity and<br>
> for testing purposes.  I don't exactly have appropriate hardware - an<br>
> i5 with 16GB of memory - but it should be sufficient to run 5-10 VMs<br>
> for my very limited purposes (private network, none of the VMs will be<br>
> public-facing).  QEMU/KVM looks like the best choice for a FOSS<br>
> advocate?  Other recommendations?  I could particularly use a good<br>
> HOWTO or tutorial if anyone knows of one.  Thanks.<br>
<br>
</span>I certainly like kvm.  Works well.  Finding examples for how to start if<br>
isn't hard.  I am personally NOT a fan of libvirt and the associated<br>
crap it provides and much prefers just making a shell script to pass<br>
the right arguments to qemu myself.<br>
<br>
As long as you have VT support (Most if not all i5s do, as long as it<br>
is on in the BIOS/UEFI), I would think that should be fine.  16GB would<br>
certainly allow you 10 1GB or 5 2GB VMs without any issue.  Creative<br>
people would try and use KMS (kernel memory sharing I think it is),<br>
to merge identical pages between VMs to save some resources.  It's a<br>
neat feature.<br>
<br></blockquote></div><br></div><div class="gmail_extra">I second the vote for qemu-kvm.  It seems to be the swiss army knife.  The only thing I've wanted to do with it that I haven't been able to is to boot 1994 Yggdrasil Linux.<br><br></div><div class="gmail_extra">I liked the libvirt environment I tried out a year or so ago, but abandoned it because it seemed to use about the same amount of memory that my ~4G VM did. I can't imagine why it is so enormous.<br><br></div><div class="gmail_extra">Cheers,<br></div><div class="gmail_extra">Mike<br></div></div>