From owner-freebsd-virtualization@FreeBSD.ORG Mon Jul 1 16:05:29 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9C7EA83D for ; Mon, 1 Jul 2013 16:05:29 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 61D6F1276 for ; Mon, 1 Jul 2013 16:05:28 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id EB6E0122ED; Tue, 2 Jul 2013 02:05:26 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (mobile-198-228-215-165.mycingular.net [198.228.215.165]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BNB25409 (AUTH peterg@ptree32.com.au); Tue, 2 Jul 2013 02:05:25 +1000 Message-ID: <51D1A8C0.1020309@freebsd.org> Date: Mon, 01 Jul 2013 09:05:20 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Aryeh Friedman Subject: Re: bhyve vs. physical cores References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 01 Jul 2013 16:05:29 -0000 > Can bhyve run more cores then are physically present... Should be able to. Try the '-P' option - it may help. > I have 2 vm's > one with 2 cpu's and one with 1 on a 4 core host and the 2 core > doesn't start if the 1 core is running but if I make both 1 core they > both run just fine When you say 'doesn't start' - does that mean it won't boot at all ? later, Peter.