From owner-freebsd-hackers Tue Apr 24 19:20:58 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id AF06737B423 for ; Tue, 24 Apr 2001 19:20:55 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id WAA10282; Tue, 24 Apr 2001 22:20:54 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f3P2KO434995; Tue, 24 Apr 2001 22:20:24 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15078.13416.797304.246030@grasshopper.cs.duke.edu> Date: Tue, 24 Apr 2001 22:20:24 -0400 (EDT) To: Vincent Poy Cc: Subject: Re: vmware on freebsd for fast booting for devel. In-Reply-To: References: <15077.63351.26014.849385@grasshopper.cs.duke.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vincent Poy writes: > Speaking about vmware, how much of the performance is a vm > supposed to give compared to the actual processor in a stand-alone > machine? It depends on what metric one uses to measure performance. Boots (loading kernel) with a graphics console are painfully slow, like 5-10% of native speed. CPU bound programs run at near-native speeds. I/O bound jobs are much slower. Memory is a very important factor -- 128MB or less is too little to run VMware at a reasonable speed. And to conserve memory, it really helps to use a "plain" disk rather than using a disk file. This entails vmware doing I/O to a raw disk partition rather than to a file and reduces memory use by eliminating double caching of data by the host and guest OSes. FWIW, my old 300MHz PII (128MB ram, disk file) was nearly unusable. My wife's 400MHz laptop (192MB ram, plain disk) is fairly decent. My new 1.2GHz Tbird (1GB ram, plain disk) feels quite fast. This is for my workload, which is typically an occasional boot into Windows. Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message