From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: KVM usability Date: Tue, 2 Mar 2010 03:34:53 +0100 Message-ID: <62EE499D-BE5D-4014-80C7-6FB3A0A1C71E@suse.de> References: <1267068445.1726.25.camel@localhost> <1267089644.12790.74.camel@laptop> <1267152599.1726.76.camel@localhost> <20100226090147.GH15885@elte.hu> <4B879A2F.50203@redhat.com> <20100226103545.GA7463@elte.hu> <4B87A6BF.3090301@redhat.com> <20100226111734.GE7463@elte.hu> <4B8813F2.8090208@redhat.com> <20100227105643.GA17425@elte.hu> <4B8C38B8.8010007@codemonkey.ws> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Cc: Dustin Kirkland , Ingo Molnar , Avi Kivity , "Zhang, Yanmin" , Peter Zijlstra , ming.m.lin@intel.com, sheng.yang@intel.com, Jes Sorensen , KVM General , Zachary Amsden , Gleb Natapov , Arnaldo Carvalho de Melo , Fr??d??ric Weisbecker , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Arjan van de Ven To: Anthony Liguori Return-path: Received: from cantor.suse.de ([195.135.220.2]:57359 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753176Ab0CBCe7 convert rfc822-to-8bit (ORCPT ); Mon, 1 Mar 2010 21:34:59 -0500 In-Reply-To: <4B8C38B8.8010007@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: On 01.03.2010, at 22:59, Anthony Liguori wrote: > On 03/01/2010 03:12 PM, Dustin Kirkland wrote: >> kvm -m 512 -cdrom >> /home/kirkland/.cache/testdrive/iso/lucid-desktop-amd64.iso -drive >> file=/home/kirkland/.cache/testdrive/img/testdrive-disk-0086OD.img,if=virtio,index=0,boot=on >> -usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 >> >> Among these: >> * 512MB is a nice step up from the 128MB by default (this one scales >> based on your hosts memory) >> > > I'm not opposed to bumping from 128M to something else. I'd like to see some indication though other than "seems reasonable" as to what the value should be. For instance, if a Fedora 12 install doesn't work without 256M, that's a solid argument to bump the allocation. Short term, I'd like to see this globally configurable. I keep a patch in the SUSE version for quite some time now that bumps the default to 384 for qemu-kvm. That was the first "round" number where an openSUSE installation worked. Alex