From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4ZpO-0002x9-Dw for qemu-devel@nongnu.org; Fri, 25 Feb 2005 02:23:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4ZpB-0002v8-9o for qemu-devel@nongnu.org; Fri, 25 Feb 2005 02:23:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4Zp8-0002mZ-UD for qemu-devel@nongnu.org; Fri, 25 Feb 2005 02:23:42 -0500 Received: from [64.233.170.197] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4ZBO-0004Hh-PZ for qemu-devel@nongnu.org; Fri, 25 Feb 2005 01:42:39 -0500 Received: by rproxy.gmail.com with SMTP id z35so1051422rne for ; Thu, 24 Feb 2005 22:42:37 -0800 (PST) Message-ID: <2ad73a05022422423a539def@mail.gmail.com> Date: Fri, 25 Feb 2005 03:42:37 -0300 From: =?ISO-8859-1?Q?Andr=E9_Braga?= Subject: Re: [Qemu-devel] big hidden file In-Reply-To: <200502242216.48534.os2@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <200502242216.48534.os2@videotron.ca> Reply-To: =?ISO-8859-1?Q?Andr=E9_Braga?= , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org export QEMU_TMPDIR=3D/dev/shm qemu [any useful custom flags here] -m 192=20 [or something closer to the 256MB you have available on /dev/shm; I just like standard RAM sizes better...] --=20 "I invented the term Object-Oriented, and I can tell you I did not have C++ in mind"-Alan Kay On Thu, 24 Feb 2005 22:16:48 -0500, Marc Collin wrote: > hi >=20 > i use suse 9.2, qemu 0.62 and kqemu. >=20 > in the documentation of kqemu we can read >=20 > "When using KQEMU, QEMU will create a big hidden file containing the RAM= of > the virtual machine. For best performance, it is important that this file= is > kept in RAM and not on the hard disk. QEMU uses the `/dev/shm' directory = to > create this file because tmpfs is usually mounted on it (check with the s= hell > command df). Otherwise `/tmp' is used as fallback. You can use the > QEMU_TMPDIR shell variable to set a new directory for the QEMU RAM file." >=20 > linux:/home/collinm/Documents/qemu/qemu # df > Sys. de fich. 1K-blocs Occup=E9 Disponible Capacit=E9 Mont= =E9 sur > /dev/sda5 12586488 141504 12444984 2% / > tmpfs 253944 6484 247460 3% /dev/shm > /dev/sda1 31077 5854 23619 20% /boot > /dev/sdc5 35542652 4087660 31454992 12% /home > /dev/sdb6 8393656 452956 7940700 6% /opt > /dev/sda7 2007996 33468 1974528 2% /tmp > /dev/sdb5 26217176 1985736 24231440 8% /usr > /dev/sda6 3148568 472076 2676492 15% /var >=20 > how to keep this file in ram? >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >