From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDPWK-0002Wt-Qn for qemu-devel@nongnu.org; Wed, 06 Mar 2013 20:21:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDPWJ-0006BE-Ck for qemu-devel@nongnu.org; Wed, 06 Mar 2013 20:21:20 -0500 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:38846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDPWJ-0006B6-8C for qemu-devel@nongnu.org; Wed, 06 Mar 2013 20:21:19 -0500 Received: by mail-ie0-f178.google.com with SMTP id c13so10203862ieb.23 for ; Wed, 06 Mar 2013 17:21:18 -0800 (PST) Date: Wed, 06 Mar 2013 19:21:14 -0600 From: Rob Landley References: <51358208.1020409@msgid.tls.msk.ru> <20130305060742.GA31560@cs.nctu.edu.tw> <1362542380.7276.9@driftwood> In-Reply-To: (from peter.maydell@linaro.org on Wed Mar 6 12:34:53 2013) Message-Id: <1362619274.6812.0@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] default guest RAM size? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Michael Tokarev , qemu-devel , "=?UTF-8?b?6Zmz6Z+L5Lu7?= (Wei-Ren Chen)" On 03/06/2013 12:34:53 PM, Peter Maydell wrote: > On 6 March 2013 11:59, Rob Landley wrote: > > On 03/05/2013 12:09:27 AM, Peter Maydell wrote: > >> On 5 March 2013 14:07, =E9=99=B3=E9=9F=8B=E4=BB=BB (Wei-Ren Chen) =20 > > >> wrote: > >> > On Tue, Mar 05, 2013 at 01:40:38PM +0800, Peter Maydell wrote: > >> >> On 5 March 2013 13:26, Michael Tokarev wrote: > >> >> > For many years, qemu defaults to 128Mb of guest RAM size. > >> >> > Today, this is just too small, and many OSes fails to boot > >> >> > with this size, more, they fail to produce any reasonable > >> >> > messages either (eg, windows7 just crashes at startup). > >> >> > >> >> If you make the default bigger then some boards will crash > >> >> or behave weirdly because they try to map more RAM in than > >> >> will fit into the space for RAM in their address maps. > >> > > >> > So, 128Mb is still a good default? I am just wondering if those > >> > boards with little memory still are major user of QEMU? :) > >> > >> They may not be major but they're still in the codebase. You > >> can't just arbitrarily break them -- you need to propose > >> a path forward that doesn't do that. > > > > 256 can be handled by most things. >=20 > I'm going to take a wild guess that Windows 7 doesn't do any > better in 256MB than it does with 128 :-) Who cares? I meant that I got 256 megs in an arm board, 256 megs in a =20 mips board, 256 megs in a powerpc board, and 256 megs in a sparc board. KVM is welcome to change its defaults however it likes. This is the =20 qemu list. Rob=