From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSiM3-000812-BM for qemu-devel@nongnu.org; Wed, 27 Sep 2006 18:58:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSiM1-0007xi-GQ for qemu-devel@nongnu.org; Wed, 27 Sep 2006 18:58:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSiM1-0007xN-BS for qemu-devel@nongnu.org; Wed, 27 Sep 2006 18:58:13 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GSiQy-0003YD-9R for qemu-devel@nongnu.org; Wed, 27 Sep 2006 19:03:20 -0400 From: Paul Brook Subject: Re: [Qemu-devel] RAM overcomittment Date: Wed, 27 Sep 2006 23:58:08 +0100 References: <1ACF2542-5DEE-49B5-8177-5B958911B0F6@gmail.com> <200609272319.37013.paul@codesourcery.com> <61E243E2-DD78-462D-981C-6F7F1F83D4DB@gmail.com> In-Reply-To: <61E243E2-DD78-462D-981C-6F7F1F83D4DB@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200609272358.09714.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The MoonSeeker Cc: qemu-devel@nongnu.org On Wednesday 27 September 2006 23:53, The MoonSeeker wrote: > Le 28 sept. 06 =E0 00:19, Paul Brook a =E9crit : > >> For my diploma project, I have to create a network simulator but with > >> these limitation I can't use qemu. Because if would like to simulate > >> 20 workstions I need 20 X 128 MB =3D 2560 MB of RAM... + host RAM!!! > >> But in the simulation, the VM's never will use all of ressource.. > > > > Just add a few Gb swap. Even the oldest of machines shouldn't have > > any problem > > adding say 4Gb swap. Depending on your OS settings you may not even > > need to > > do that. > > If we have enough swap memory, You are saying that is possible to run > 20 MV's with option -M equal 128MB? Yes, exactly. Paul