From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6FJO-0001zv-5H for qemu-devel@nongnu.org; Tue, 01 Mar 2005 16:53:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6FJE-0001pB-VT for qemu-devel@nongnu.org; Tue, 01 Mar 2005 16:53:41 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D6EoX-0004Wy-Ki for qemu-devel@nongnu.org; Tue, 01 Mar 2005 16:21:57 -0500 Received: from [84.99.204.3] (3.204.99-84.rev.gaoland.net [84.99.204.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id C7C5D331B1 for ; Tue, 1 Mar 2005 22:21:54 +0100 (CET) Message-ID: <4224DD3C.9090706@bellard.org> Date: Tue, 01 Mar 2005 22:23:08 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] max_locked_mem References: <200502242155.13836.os2@videotron.ca> In-Reply-To: <200502242155.13836.os2@videotron.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Marc Collin wrote: > hi > > when i installed kqemu module i can see: > > KQEMU installed, max_instances=4 max_locked_mem=63484kB. > > > can i increase max_locked_mem over 63484kB? Yes. > if yes does it will improve performance? It does, but only if you use more than that amount of memory in the virtual machine. Fabrice.