From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4WXR-0007sQ-Se for qemu-devel@nongnu.org; Thu, 24 Feb 2005 22:53:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4WXF-0007lb-Pu for qemu-devel@nongnu.org; Thu, 24 Feb 2005 22:53:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4WXA-0007hu-AO for qemu-devel@nongnu.org; Thu, 24 Feb 2005 22:52:56 -0500 Received: from [24.201.245.36] (helo=relais.videotron.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4W5c-0002Ld-Iw for qemu-devel@nongnu.org; Thu, 24 Feb 2005 22:24:28 -0500 Received: from [192.168.0.100] ([70.80.139.21]) by VL-MO-MR011.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0ICG00E9I6PZFD@VL-MO-MR011.ip.videotron.ca> for qemu-devel@nongnu.org; Thu, 24 Feb 2005 22:22:47 -0500 (EST) Date: Thu, 24 Feb 2005 22:16:48 -0500 From: Marc Collin Message-id: <200502242216.48534.os2@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Content-disposition: inline Subject: [Qemu-devel] big hidden file Reply-To: 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 hi=20 =20 i use suse 9.2, qemu 0.62 and kqemu.=20 =20 in the documentation of kqemu we can read=20 =20 "When using KQEMU, QEMU will create a big hidden file containing the RAM o= f=20 the virtual machine. For best performance, it is important that this file i= s=20 kept in RAM and not on the hard disk. QEMU uses the `/dev/shm' directory to= =20 create this file because tmpfs is usually mounted on it (check with the she= ll=20 command df). Otherwise `/tmp' is used as fallback. You can use the=20 QEMU_TMPDIR shell variable to set a new directory for the QEMU RAM file."=20 =20 linux:/home/collinm/Documents/qemu/qemu # df=20 Sys. de fich. 1K-blocs Occup=E9 Disponible Capacit=E9 Mont=E9= sur=20 /dev/sda5 12586488 141504 12444984 2% /=20 tmpfs 253944 6484 247460 3% /dev/shm=20 /dev/sda1 31077 5854 23619 20% /boot=20 /dev/sdc5 35542652 4087660 31454992 12% /home=20 /dev/sdb6 8393656 452956 7940700 6% /opt=20 /dev/sda7 2007996 33468 1974528 2% /tmp=20 /dev/sdb5 26217176 1985736 24231440 8% /usr=20 /dev/sda6 3148568 472076 2676492 15% /var=20 =20 how to keep this file in ram?