From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCkRe-0007pD-So for qemu-devel@nongnu.org; Tue, 05 Mar 2013 00:29:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCkRe-0001sO-1M for qemu-devel@nongnu.org; Tue, 05 Mar 2013 00:29:46 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:42001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCkRd-0001rV-Qr for qemu-devel@nongnu.org; Tue, 05 Mar 2013 00:29:45 -0500 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id E94BEA0660 for ; Tue, 5 Mar 2013 09:29:35 +0400 (MSK) Message-ID: <51358208.1020409@msgid.tls.msk.ru> Date: Tue, 05 Mar 2013 09:26:32 +0400 From: Michael Tokarev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] default guest RAM size? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 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). Some distributions (eg ubuntu) had a local patch to increase this value, for years. Maybe it's time to increase the default RAM size a bit? Make it arch-specific if needs to be ? Thanks, /mjt