From owner-freebsd-virtualization@FreeBSD.ORG Fri Oct 24 23:21:55 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7958A1A for ; Fri, 24 Oct 2014 23:21:55 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id AB75DD25 for ; Fri, 24 Oct 2014 23:21:55 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id C518412670; Sat, 25 Oct 2014 09:21:47 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BZF52641 (AUTH peterg@ptree32.com.au); Sat, 25 Oct 2014 09:21:46 +1000 Message-ID: <544ADF08.4020706@freebsd.org> Date: Fri, 24 Oct 2014 16:21:44 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Willem Jan Withagen Subject: Re: Bhyve building kernel....Just an observation References: <544A083B.50007@digiware.nl> In-Reply-To: <544A083B.50007@digiware.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 23:21:56 -0000 Hi Willem, > And then booted a 10-STABLE bhyve VM with all memory and processors > assigned to the VM. So all the power could be available to the VM. You'll most likely want to keep some memory and processor resources available for the host system. ZFS will need memory for ARC and CPU for operations - if these aren't available, it will compete with bhyve's use of CPUs, and there will be times when these are conflicting. later, Peter.